treewide: Use HTTPS for readthedocs URLs
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user