Change many homepage urls from http to https #30636
This commit is contained in:
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Namespace control and lazy-import mechanism";
|
||||
homepage = http://bitbucket.org/hpk42/apipkg;
|
||||
homepage = https://bitbucket.org/hpk42/apipkg;
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user