treewide: Use HTTPS for readthedocs URLs
This commit is contained in:
@@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = http://pyudev.readthedocs.org/;
|
||||
homepage = https://pyudev.readthedocs.org/;
|
||||
description = "Pure Python libudev binding";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user