From 3eef7f5acedfe2a8c3620b62e93e46e494e76c80 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 11:45:06 +0100 Subject: [PATCH] maintainers: drop beezow Inactive since 2023. --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/em/emuflight-configurator/package.nix | 1 - pkgs/shells/fish/plugins/bass.nix | 1 - 3 files changed, 8 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 939205372e93..3a9bbdb7e2be 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -3131,12 +3131,6 @@ github = "beeb"; githubId = 703631; }; - beezow = { - name = "beezow"; - email = "zbeezow@gmail.com"; - github = "beezow"; - githubId = 42082156; - }; bellackn = { name = "Nico Bellack"; email = "blcknc@pm.me"; diff --git a/pkgs/by-name/em/emuflight-configurator/package.nix b/pkgs/by-name/em/emuflight-configurator/package.nix index 86979a6cec62..619c42d4ac3d 100644 --- a/pkgs/by-name/em/emuflight-configurator/package.nix +++ b/pkgs/by-name/em/emuflight-configurator/package.nix @@ -63,7 +63,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/emuflight/EmuConfigurator"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.gpl3Only; - maintainers = with maintainers; [ beezow ]; platforms = platforms.linux; }; } diff --git a/pkgs/shells/fish/plugins/bass.nix b/pkgs/shells/fish/plugins/bass.nix index f14be816f7af..d651f9f3af7b 100644 --- a/pkgs/shells/fish/plugins/bass.nix +++ b/pkgs/shells/fish/plugins/bass.nix @@ -30,6 +30,5 @@ buildFishPlugin rec { description = "Fish function making it easy to use utilities written for Bash in Fish shell"; homepage = "https://github.com/edc/bass"; license = licenses.mit; - maintainers = with maintainers; [ beezow ]; }; }