treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ buildGoPackage rec {
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://goa.design;
|
||||
homepage = "https://goa.design";
|
||||
description = "A framework for building microservices in Go using a unique design-first approach";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.rushmorem ];
|
||||
|
||||
Reference in New Issue
Block a user