treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/openstack-infra/git-review;
|
||||
homepage = "https://github.com/openstack-infra/git-review";
|
||||
description = "Tool to submit code to Gerrit";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user