From 14549df818995c2a465556682097fe5a77f57332 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sat, 13 Sep 2025 11:51:26 -0400 Subject: [PATCH] maintainers: remove benwbooth Inactive on nixpkgs in 2025 despite the 10 pull requests that requested their review. --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/jb/jbrowse/package.nix | 2 +- pkgs/by-name/jx/jxplorer/package.nix | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 465a7f392869..243f1e883389 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -3198,12 +3198,6 @@ githubId = 442623; name = "Ben Pye"; }; - benwbooth = { - email = "benwboooth@gmail.com"; - github = "benwbooth"; - githubId = 75972; - name = "Ben Booth"; - }; benwis = { name = "Ben Wishovich"; email = "ben@benw.is"; diff --git a/pkgs/by-name/jb/jbrowse/package.nix b/pkgs/by-name/jb/jbrowse/package.nix index daef63642506..c1a005d67606 100644 --- a/pkgs/by-name/jb/jbrowse/package.nix +++ b/pkgs/by-name/jb/jbrowse/package.nix @@ -36,7 +36,7 @@ appimageTools.wrapType2 { mainProgram = "jbrowse-desktop"; homepage = "https://jbrowse.org/jb2/"; license = licenses.asl20; - maintainers = with maintainers; [ benwbooth ]; + maintainers = with maintainers; [ ]; platforms = [ "x86_64-linux" ]; }; } diff --git a/pkgs/by-name/jx/jxplorer/package.nix b/pkgs/by-name/jx/jxplorer/package.nix index e0e324fb3ab8..eded0c62f9f2 100644 --- a/pkgs/by-name/jx/jxplorer/package.nix +++ b/pkgs/by-name/jx/jxplorer/package.nix @@ -52,7 +52,7 @@ stdenv.mkDerivation rec { description = "Java Ldap Browser"; homepage = "https://sourceforge.net/projects/jxplorer/"; license = lib.licenses.asl11; - maintainers = with maintainers; [ benwbooth ]; + maintainers = with maintainers; [ ]; platforms = platforms.linux; mainProgram = "jxplorer"; };