treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -23,7 +23,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "deadcode is a very simple utility which detects unused declarations in a Go package.";
|
||||
homepage = https://github.com/remyoudompheng/go-misc/tree/master/deadcode;
|
||||
homepage = "https://github.com/remyoudompheng/go-misc/tree/master/deadcode";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ kalbasit ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
|
||||
Reference in New Issue
Block a user