rtl8821ce: add defelo to maintainers

This commit is contained in:
Defelo 2024-05-16 19:22:24 +02:00 committed by John Titor
parent ab9d9e4b97
commit 8d34974a01
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -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);
};
}