Commit 51b4ad9e authored by NullCube's avatar NullCube Committed by Alyssa Ross
Browse files

linuxPackages.broadcom_sta: add nullcube as maintainer

parent 3dacf158
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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;
  };
}