diff options
Diffstat (limited to 'pkgs/development/python-modules/sphinx-comments/default.nix')
-rw-r--r-- | pkgs/development/python-modules/sphinx-comments/default.nix | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/pkgs/development/python-modules/sphinx-comments/default.nix b/pkgs/development/python-modules/sphinx-comments/default.nix index 03a6461174cc..65dedffdfacb 100644 --- a/pkgs/development/python-modules/sphinx-comments/default.nix +++ b/pkgs/development/python-modules/sphinx-comments/default.nix @@ -1,8 +1,9 @@ -{ lib -, buildPythonPackage -, fetchPypi -, setuptools -, sphinx +{ + lib, + buildPythonPackage, + fetchPypi, + setuptools, + sphinx, }: buildPythonPackage rec { @@ -25,6 +26,6 @@ buildPythonPackage rec { description = "Add comments and annotation to your documentation"; homepage = "https://github.com/executablebooks/sphinx-comments"; license = licenses.mit; - maintainers = with maintainers; [ ]; + maintainers = [ ]; }; } |