about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorDefelo <elodef42@gmail.com>2024-05-16 19:22:24 +0200
committerJohn Titor <50095635+JohnRTitor@users.noreply.github.com>2024-07-04 22:19:13 +0530
commit8d34974a017d3cf7b0cedbfeafe16ba4a830a32f (patch)
treed10197ab300efab0bfdff33eae800a177defa901 /pkgs/os-specific
parentab9d9e4b97b5de5bf025c05a515a0e4328858164 (diff)
rtl8821ce: add defelo to maintainers
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/rtl8821ce/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/rtl8821ce/default.nix b/pkgs/os-specific/linux/rtl8821ce/default.nix
index 91b0391dcbc3b..a02a355e1a05b 100644
--- a/pkgs/os-specific/linux/rtl8821ce/default.nix
+++ b/pkgs/os-specific/linux/rtl8821ce/default.nix
@@ -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);
   };
 }