about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pysensors
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/pysensors
parentbac4d95aa2a92be7049dedafb8ec76606f79d8a2 (diff)
treewide: Use HTTPS for readthedocs URLs
Diffstat (limited to 'pkgs/development/python-modules/pysensors')
-rw-r--r--pkgs/development/python-modules/pysensors/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pysensors/default.nix b/pkgs/development/python-modules/pysensors/default.nix
index c891140827eef..5069bbe964840 100644
--- a/pkgs/development/python-modules/pysensors/default.nix
+++ b/pkgs/development/python-modules/pysensors/default.nix
@@ -25,7 +25,7 @@ buildPythonPackage rec {
   meta = with stdenv.lib; {
     maintainers = with maintainers; [ guibou ];
     description = "Easy hardware health monitoring in Python for Linux systems";
-    homepage = http://pysensors.readthedocs.org;
+    homepage = https://pysensors.readthedocs.org;
     license = licenses.bsd2;
     platforms = platforms.linux;
   };