treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ with pythonPackages; buildPythonApplication rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Release Notes Manager";
|
||||
homepage = http://docs.openstack.org/developer/reno/;
|
||||
homepage = "http://docs.openstack.org/developer/reno/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ guillaumekoenig ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user