mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
wireless-regdb: licenses.{free -> isc}, apparently
This commit is contained in:
parent
e5057ef8de
commit
f50a719a4d
@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
inherit version;
|
||||
description = "Wireless regulatory database for CRDA";
|
||||
homepage = https://git.kernel.org/cgit/linux/kernel/git/sforshee/wireless-regdb.git/;
|
||||
license = licenses.free;
|
||||
license = licenses.isc;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user