treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Generate Go tests from your source code.";
|
||||
homepage = https://github.com/cweill/gotests;
|
||||
homepage = "https://github.com/cweill/gotests";
|
||||
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user