treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
@@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "Provides a session class that works like the one in Flask before 0.10.";
license = licenses.bsd2;
maintainers = with maintainers; [ timokau ];
homepage = https://github.com/mitsuhiko/flask-oldsessions;
homepage = "https://github.com/mitsuhiko/flask-oldsessions";
};
}
@@ -23,6 +23,6 @@ buildPythonPackage rec {
description = "Adds openid support to flask applications";
license = licenses.bsd2;
maintainers = with maintainers; [ timokau ];
homepage = https://pythonhosted.org/Flask-OpenID/;
homepage = "https://pythonhosted.org/Flask-OpenID/";
};
}
@@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "OpenID library for Python";
license = licenses.asl20;
maintainers = with maintainers; [ timokau ];
homepage = https://github.com/openid/python-openid/;
homepage = "https://github.com/openid/python-openid/";
};
}