Unverified Commit 14549df8 authored by Michael Daniels's avatar Michael Daniels
Browse files

maintainers: remove benwbooth

Inactive on nixpkgs in 2025 despite the 10 pull requests that requested
their review.
parent 30a76b36
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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" ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };