treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ buildGoModule rec {
|
||||
subPackages = [ "cmd/gazelle" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://github.com/bazelbuild/bazel-gazelle;
|
||||
homepage = "https://github.com/bazelbuild/bazel-gazelle";
|
||||
description = ''
|
||||
Gazelle is a Bazel build file generator for Bazel projects. It natively
|
||||
supports Go and protobuf, and it may be extended to support new languages
|
||||
|
||||
Reference in New Issue
Block a user