treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ buildGoPackage rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/cbroglie/mustache;
|
||||
homepage = "https://github.com/cbroglie/mustache";
|
||||
description = "The mustache template language in Go";
|
||||
license = [ licenses.mit ];
|
||||
maintainers = [ maintainers.Zimmi48 ];
|
||||
|
||||
Reference in New Issue
Block a user