about summary refs log tree commit diff
path: root/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix')
-rw-r--r--pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix b/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix
index 6f85280979bd..baf26c2437bc 100644
--- a/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix
+++ b/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix
@@ -26,7 +26,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Sphinx extension for Read the Docs overrides";
-    homepage = http://github.com/rtfd/readthedocs-sphinx-ext;
+    homepage = https://github.com/rtfd/readthedocs-sphinx-ext;
     license = licenses.mit;
   };
 }