Change many homepage urls from http to https #30636
This commit is contained in:
@@ -18,6 +18,6 @@ buildPythonPackage rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = http://pypi.python.org/pypi/zodbpickle;
|
||||
homepage = https://pypi.python.org/pypi/zodbpickle;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user