maintainers: remove benwbooth (#442650)

This commit is contained in:
Wolfgang Walther
2025-09-20 16:03:15 +00:00
committed by GitHub
3 changed files with 2 additions and 8 deletions
-6
View File
@@ -3200,12 +3200,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
View File
@@ -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
View File
@@ -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";
};