diff options
Diffstat (limited to 'pkgs/development/python-modules/pdm-pep517/default.nix')
-rw-r--r-- | pkgs/development/python-modules/pdm-pep517/default.nix | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/pdm-pep517/default.nix b/pkgs/development/python-modules/pdm-pep517/default.nix index be5573a0055c..f914b5b86ed9 100644 --- a/pkgs/development/python-modules/pdm-pep517/default.nix +++ b/pkgs/development/python-modules/pdm-pep517/default.nix @@ -1,10 +1,10 @@ -{ lib -, buildPythonPackage -, pythonOlder -, fetchPypi -, git -, pytestCheckHook -, setuptools +{ + lib, + buildPythonPackage, + fetchPypi, + git, + pytestCheckHook, + setuptools, }: buildPythonPackage rec { @@ -32,7 +32,7 @@ buildPythonPackage rec { meta = with lib; { homepage = "https://github.com/pdm-project/pdm-pep517"; - description = "Yet another PEP 517 backend."; + description = "Yet another PEP 517 backend"; license = licenses.mit; maintainers = with maintainers; [ cpcloud ]; }; |