Change many homepage urls from http to https #30636
This commit is contained in:
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Structured Configuration Library";
|
||||
homepage = http://pypi.python.org/pypi/ZConfig;
|
||||
homepage = https://pypi.python.org/pypi/ZConfig;
|
||||
license = licenses.zpl20;
|
||||
maintainers = [ maintainers.goibhniu ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user