treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "A traceroute implementation using TCP packets.";
|
||||
homepage = https://github.com/mct/tcptraceroute;
|
||||
homepage = "https://github.com/mct/tcptraceroute";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user