diff options
Diffstat (limited to 'pkgs/development/python-modules/pybtex/default.nix')
-rw-r--r-- | pkgs/development/python-modules/pybtex/default.nix | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/pkgs/development/python-modules/pybtex/default.nix b/pkgs/development/python-modules/pybtex/default.nix index 04a9ba95a89e..94df8e4f62bb 100644 --- a/pkgs/development/python-modules/pybtex/default.nix +++ b/pkgs/development/python-modules/pybtex/default.nix @@ -1,9 +1,10 @@ -{ lib -, buildPythonPackage -, fetchPypi -, latexcodec -, pyyaml -, setuptools +{ + lib, + buildPythonPackage, + fetchPypi, + latexcodec, + pyyaml, + setuptools, }: buildPythonPackage rec { @@ -27,7 +28,7 @@ buildPythonPackage rec { meta = with lib; { homepage = "https://pybtex.org/"; - description = "A BibTeX-compatible bibliography processor written in Python"; + description = "BibTeX-compatible bibliography processor written in Python"; license = licenses.mit; }; } |