treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Tool to get list available Go packages.";
|
||||
homepage = https://github.com/uudashr/gopkgs;
|
||||
homepage = "https://github.com/uudashr/gopkgs";
|
||||
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user