* Fix broken meta attributes.

svn path=/nixpkgs/trunk/; revision=17773
This commit is contained in:
Eelco Dolstra
2009-10-13 09:39:27 +00:00
parent 64f76f4643
commit 257ffc8e73
5 changed files with 12 additions and 10 deletions

View File

@@ -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;
};
}