treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = http://net-tools.sourceforge.net/;
|
||||
homepage = "http://net-tools.sourceforge.net/";
|
||||
description = "A set of tools for controlling the network subsystem in Linux";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
@@ -12,7 +12,7 @@ nettools.overrideAttrs(oa: rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/multipath-tcp/net-tools;
|
||||
homepage = "https://github.com/multipath-tcp/net-tools";
|
||||
description = "A set of tools for controlling the network subsystem in Linux";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user