treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ buildGoPackage rec {
|
||||
buildFlagsArray = ("-ldflags=-s -w -X main.commitHash=${rev} -X main.version=${version}");
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/golang/dep;
|
||||
homepage = "https://github.com/golang/dep";
|
||||
description = "Go dependency management tool";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user