lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

maintainers: remove benwbooth (#442650)

authored by

Wolfgang Walther and committed by
GitHub
946ed91c 5cd02e9e

+2 -8
-6
maintainers/maintainer-list.nix
··· 3200 3200 githubId = 442623; 3201 3201 name = "Ben Pye"; 3202 3202 }; 3203 - benwbooth = { 3204 - email = "benwboooth@gmail.com"; 3205 - github = "benwbooth"; 3206 - githubId = 75972; 3207 - name = "Ben Booth"; 3208 - }; 3209 3203 benwis = { 3210 3204 name = "Ben Wishovich"; 3211 3205 email = "ben@benw.is";
+1 -1
pkgs/by-name/jb/jbrowse/package.nix
··· 36 36 mainProgram = "jbrowse-desktop"; 37 37 homepage = "https://jbrowse.org/jb2/"; 38 38 license = licenses.asl20; 39 - maintainers = with maintainers; [ benwbooth ]; 39 + maintainers = with maintainers; [ ]; 40 40 platforms = [ "x86_64-linux" ]; 41 41 }; 42 42 }
+1 -1
pkgs/by-name/jx/jxplorer/package.nix
··· 52 52 description = "Java Ldap Browser"; 53 53 homepage = "https://sourceforge.net/projects/jxplorer/"; 54 54 license = lib.licenses.asl11; 55 - maintainers = with maintainers; [ benwbooth ]; 55 + maintainers = with maintainers; [ ]; 56 56 platforms = platforms.linux; 57 57 mainProgram = "jxplorer"; 58 58 };