about summary refs log tree commit diff
path: root/pkgs/development/python-modules/python-openid/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-openid/default.nix')
-rw-r--r--pkgs/development/python-modules/python-openid/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-openid/default.nix b/pkgs/development/python-modules/python-openid/default.nix
index f25a89c65d444..fee511991d2b3 100644
--- a/pkgs/development/python-modules/python-openid/default.nix
+++ b/pkgs/development/python-modules/python-openid/default.nix
@@ -14,7 +14,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "OpenID support for modern servers and consumers";
-    homepage = http://github.com/openid/python-openid;
+    homepage = https://github.com/openid/python-openid;
     license = licenses.asl20;
   };
 }