treewide: http -> https

This commit is contained in:
Ryan Mulligan
2018-06-29 17:18:27 -07:00
parent 9137f83880
commit 1d54dc6841
13 changed files with 14 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "OpenID support for modern servers and consumers";
homepage = http://github.com/necaris/python3-openid;
homepage = https://github.com/necaris/python3-openid;
license = licenses.asl20;
};
}