treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Stupid golang vendoring tool, inspired by docker vendor script";
|
||||
homepage = https://github.com/LK4D4/vndr;
|
||||
homepage = "https://github.com/LK4D4/vndr";
|
||||
maintainers = with lib.maintainers; [ vdemeester ];
|
||||
license = lib.licenses.asl20;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user