treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ buildGoPackage rec {
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.tazjin ];
|
||||
platforms = platforms.unix;
|
||||
repositories.git = git://github.com/DataDog/gohai.git;
|
||||
repositories.git = "git://github.com/DataDog/gohai.git";
|
||||
|
||||
longDescription = ''
|
||||
Gohai is a tool which collects an inventory of system
|
||||
|
||||
Reference in New Issue
Block a user