From 3e61801f5df74852465cd6f92c862eb6c3da761d Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Sun, 30 Jul 2023 11:28:09 -0700 Subject: [PATCH] linuxPackages.rtl88x2bu: remove myself from maintainers I no longer have one of these. --- pkgs/os-specific/linux/rtl88x2bu/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/rtl88x2bu/default.nix b/pkgs/os-specific/linux/rtl88x2bu/default.nix index 5c2aa97048dd..ba3e09050b59 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 ]; }; }