mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
rtl8821ce: add defelo to maintainers
This commit is contained in:
parent
ab9d9e4b97
commit
8d34974a01
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/tomaspinho/rtl8821ce";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ hhm ];
|
||||
maintainers = with maintainers; [ hhm defelo ];
|
||||
broken = stdenv.isAarch64 || ((lib.versions.majorMinor kernel.version) == "5.4" && kernel.isHardened);
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user