1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

b43FirmwareCutter: change license to bsd2

found at $src/COPYING
This commit is contained in:
jopejoe1 2024-03-14 21:27:32 +01:00
parent 4534862f7c
commit d5482f9313

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "Firmware extractor for cards supported by the b43 kernel module";
mainProgram = "b43-fwcutter";
homepage = "http://wireless.kernel.org/en/users/Drivers/b43";
license = lib.licenses.free;
license = lib.licenses.bsd2;
platforms = lib.platforms.linux;
};
}