treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -81,7 +81,7 @@ buildBazelPackage rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/buchgr/bazel-remote;
|
||||
homepage = "https://github.com/buchgr/bazel-remote";
|
||||
description = "A remote HTTP/1.1 cache for Bazel.";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.uri-canva ];
|
||||
|
||||
Reference in New Issue
Block a user