treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A simple CLI templating tool written in golang";
|
||||
homepage = https://github.com/noqcks/gucci;
|
||||
homepage = "https://github.com/noqcks/gucci";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.braydenjw ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user