Change many homepage urls from http to https #30636
This commit is contained in:
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "A module wrapper for os.path";
|
||||
homepage = http://github.com/jaraco/path.py;
|
||||
homepage = https://github.com/jaraco/path.py;
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user