summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/isort/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/isort/default.nix')
-rw-r--r--pkgs/development/python-modules/isort/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/isort/default.nix b/pkgs/development/python-modules/isort/default.nix
index bc11697339e8..1195f0f6b097 100644
--- a/pkgs/development/python-modules/isort/default.nix
+++ b/pkgs/development/python-modules/isort/default.nix
@@ -72,6 +72,6 @@ in buildPythonPackage rec {
description = "A Python utility / library to sort Python imports";
homepage = "https://github.com/PyCQA/isort";
license = licenses.mit;
- maintainers = with maintainers; [ couchemar nand0p ];
+ maintainers = with maintainers; [ couchemar ];
};
}