summaryrefslogtreecommitdiffstats
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 7e2a571b1bba..b0350da63fad 100644
--- a/pkgs/development/python-modules/whoosh/default.nix
+++ b/pkgs/development/python-modules/whoosh/default.nix
@@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Fast, pure-Python full text indexing, search, and spell
checking library.";
- homepage = "http://bitbucket.org/mchaput/whoosh";
+ homepage = https://bitbucket.org/mchaput/whoosh;
license = licenses.bsd2;
maintainers = with maintainers; [ nand0p ];
platforms = platforms.all;