maintainers: remove benwbooth (#442650)

Changed files
+2 -8
maintainers
pkgs
by-name
jb
jbrowse
jx
jxplorer
-6
maintainers/maintainer-list.nix
···
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
pkgs/by-name/jb/jbrowse/package.nix
···
mainProgram = "jbrowse-desktop";
homepage = "https://jbrowse.org/jb2/";
license = licenses.asl20;
-
maintainers = with maintainers; [ benwbooth ];
+
maintainers = with maintainers; [ ];
platforms = [ "x86_64-linux" ];
};
}
+1 -1
pkgs/by-name/jx/jxplorer/package.nix
···
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";
};