treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -38,7 +38,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Go apps packaging for Nix";
|
||||
homepage = https://github.com/kamilchm/go2nix;
|
||||
homepage = "https://github.com/kamilchm/go2nix";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ kamilchm ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user