Change many homepage urls from http to https #30636
This commit is contained in:
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A flexible test runner with layer support";
|
||||
homepage = http://pypi.python.org/pypi/zope.testrunner;
|
||||
homepage = https://pypi.python.org/pypi/zope.testrunner;
|
||||
license = licenses.zpl20;
|
||||
maintainers = [ maintainers.goibhniu ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user