linuxPackages.broadcom_sta: add nullcube as maintainer
This commit is contained in:
@@ -96,7 +96,10 @@ stdenv.mkDerivation {
|
||||
description = "Kernel module driver for some Broadcom's wireless cards";
|
||||
homepage = "http://www.broadcom.com/support/802.11/linux_sta.php";
|
||||
license = lib.licenses.unfreeRedistributable;
|
||||
maintainers = [ lib.maintainers.j0hax ];
|
||||
maintainers = with lib.maintainers; [
|
||||
j0hax
|
||||
nullcube
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user