Remove the "proprietary" license

We already had "unfree".
This commit is contained in:
Eelco Dolstra
2013-04-12 14:37:50 +02:00
parent 4a429f5276
commit 4adad458e7
10 changed files with 12 additions and 16 deletions
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
meta = {
description = "Firmware for cards supported by the b43 kernel module";
homepage = http://wireless.kernel.org/en/users/Drivers/b43;
license = stdenv.lib.licenses.proprietary;
license = stdenv.lib.licenses.unfree;
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}