Skip to content

Commit

Permalink
linuxPackages.rtl8821ce: remove hhm from maintainers
Browse files Browse the repository at this point in the history
due to several years of inactivity
  • Loading branch information
Defelo committed Feb 15, 2025
1 parent 6735c47 commit 686d5b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/os-specific/linux/rtl8821ce/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/tomaspinho/rtl8821ce";
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
hhm
defelo
];
maintainers = with lib.maintainers; [ defelo ];
broken =
stdenv.hostPlatform.isAarch64
|| ((lib.versions.majorMinor kernel.version) == "5.4" && kernel.isHardened);
Expand Down

0 comments on commit 686d5b1

Please sign in to comment.