about summary refs log tree commit diff
path: root/pkgs/development/python-modules/funcy
diff options
context:
space:
mode:
authorDaniel Schaefer <git@danielschaefer.me>2019-04-22 10:24:21 +0200
committerDaniel Schaefer <git@danielschaefer.me>2019-04-22 20:46:18 +0200
commit92cccb6f833acc3f56763284d50f9b2b34f7e486 (patch)
tree019be25db0a194196b5fe9c00aa390b75f417674 /pkgs/development/python-modules/funcy
parentbac4d95aa2a92be7049dedafb8ec76606f79d8a2 (diff)
treewide: Use HTTPS for readthedocs URLs
Diffstat (limited to 'pkgs/development/python-modules/funcy')
-rw-r--r--pkgs/development/python-modules/funcy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/funcy/default.nix b/pkgs/development/python-modules/funcy/default.nix
index e01df2e8dc8a9..0b6149cbc2185 100644
--- a/pkgs/development/python-modules/funcy/default.nix
+++ b/pkgs/development/python-modules/funcy/default.nix
@@ -17,7 +17,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "Collection of fancy functional tools focused on practicality";
-    homepage = "http://funcy.readthedocs.org/";
+    homepage = "https://funcy.readthedocs.org/";
     license = licenses.bsd3;
   };