about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-05-10 19:04:24 +0200
committerGitHub <noreply@github.com>2021-05-10 19:04:24 +0200
commit5257a5b47840e0baa9c2a50d7d080266a82b3ff7 (patch)
tree58d50a6cd47e1992afd21f3d869838b4d2c180dc /pkgs/os-specific
parent5e40550508da4c4fcd6a38d758781719af7c7d5d (diff)
parent61901ffd0b7dfe1ee3ec5b7817cc1e86f993e54c (diff)
Merge pull request #122288 from danielfullmer/rtl8812-maintainer-remove
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/rtl8812au/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/rtl8812au/default.nix b/pkgs/os-specific/linux/rtl8812au/default.nix
index 0ed6b443e043b..d0ec97b7c9a48 100644
--- a/pkgs/os-specific/linux/rtl8812au/default.nix
+++ b/pkgs/os-specific/linux/rtl8812au/default.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/gordboy/rtl8812au-5.9.3.2";
     license = licenses.gpl2Only;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ danielfullmer ];
+    maintainers = with maintainers; [ ];
     broken = kernel.kernelOlder "4.10" || kernel.isHardened;
   };
 }