mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
The word is spelled 'licenses', not 'lisences'
This commit is contained in:
parent
5330b4a343
commit
1a1ee54241
@ -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.lisences.proprietary;
|
||||
license = stdenv.lib.licenses.proprietary;
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user