summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/whoosh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/whoosh')
-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 d3ff703f694a..e31d97a07d92 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; [ ];
};
}