summary refs log tree commit diff
path: root/pkgs/development/python-modules/whoosh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/whoosh/default.nix')
-rw-r--r--pkgs/development/python-modules/whoosh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/whoosh/default.nix b/pkgs/development/python-modules/whoosh/default.nix
index d3ff703f694..e31d97a07d9 100644
--- a/pkgs/development/python-modules/whoosh/default.nix
+++ b/pkgs/development/python-modules/whoosh/default.nix
@@ -25,6 +25,6 @@ buildPythonPackage rec {
 checking library.";
     homepage    = "https://bitbucket.org/mchaput/whoosh";
     license     = licenses.bsd2;
-    maintainers = with maintainers; [ nand0p ];
+    maintainers = with maintainers; [ ];
   };
 }