summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtl88x2bu
diff options
context:
space:
mode:
authorBenjamin Saunders <ben.e.saunders@gmail.com>2023-07-30 11:28:09 -0700
committerBenjamin Saunders <ben.e.saunders@gmail.com>2023-07-30 11:28:09 -0700
commit3e61801f5df74852465cd6f92c862eb6c3da761d (patch)
tree17c3a87e9dce2c237046e63ae238585705fa3046 /pkgs/os-specific/linux/rtl88x2bu
parent7cdce123f56f970e3de40f24f6ec4fafe7cd52b4 (diff)
downloadnixpkgs-3e61801f5df74852465cd6f92c862eb6c3da761d.tar
nixpkgs-3e61801f5df74852465cd6f92c862eb6c3da761d.tar.gz
nixpkgs-3e61801f5df74852465cd6f92c862eb6c3da761d.tar.bz2
nixpkgs-3e61801f5df74852465cd6f92c862eb6c3da761d.tar.lz
nixpkgs-3e61801f5df74852465cd6f92c862eb6c3da761d.tar.xz
nixpkgs-3e61801f5df74852465cd6f92c862eb6c3da761d.tar.zst
nixpkgs-3e61801f5df74852465cd6f92c862eb6c3da761d.zip
linuxPackages.rtl88x2bu: remove myself from maintainers
I no longer have one of these.
Diffstat (limited to 'pkgs/os-specific/linux/rtl88x2bu')
-rw-r--r--pkgs/os-specific/linux/rtl88x2bu/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/rtl88x2bu/default.nix b/pkgs/os-specific/linux/rtl88x2bu/default.nix
index 5c2aa97048d..ba3e09050b5 100644
--- a/pkgs/os-specific/linux/rtl88x2bu/default.nix
+++ b/pkgs/os-specific/linux/rtl88x2bu/default.nix
@@ -34,6 +34,6 @@ stdenv.mkDerivation {
     homepage = "https://github.com/morrownr/88x2bu-20210702";
     license = licenses.gpl2Only;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ otavio ralith ];
+    maintainers = with maintainers; [ otavio ];
   };
 }