Treewide: fix more URL permanent redirects
Related issue: #60004 Previous PR: #73478
This commit is contained in:
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "OpenID support for Flask";
|
||||
homepage = http://github.com/mitsuhiko/flask-openid/;
|
||||
homepage = https://pythonhosted.org/Flask-OpenID/;
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user