treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Print where symbols are defined in Go source code";
|
||||
homepage = https://github.com/rogpeppe/godef/;
|
||||
homepage = "https://github.com/rogpeppe/godef/";
|
||||
maintainers = with stdenv.lib.maintainers; [ vdemeester rvolosatovs ];
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user