about summary refs log tree commit diff
path: root/pkgs/development/python-modules/dyn/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/dyn/default.nix')
-rw-r--r--pkgs/development/python-modules/dyn/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/dyn/default.nix b/pkgs/development/python-modules/dyn/default.nix
index efb9cab8048d..5c0e57cddc02 100644
--- a/pkgs/development/python-modules/dyn/default.nix
+++ b/pkgs/development/python-modules/dyn/default.nix
@@ -28,7 +28,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "Dynect dns lib";
-    homepage = "http://dyn.readthedocs.org/en/latest/intro.html";
+    homepage = "https://dyn.readthedocs.org/en/latest/intro.html";
     license = licenses.bsd3;
   };
 }