treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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/";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user