* Fix broken meta attributes.
svn path=/nixpkgs/trunk/; revision=17773
This commit is contained in:
@@ -21,6 +21,6 @@ stdenv.mkDerivation {
|
||||
homepage = http://www.tazenda.demon.co.uk/phil/net-tools/;
|
||||
description = "A set of tools for controlling the network subsystem in Linux";
|
||||
license = "GPLv2+";
|
||||
platforms = [ stdenv.lib.platforms.linux ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user