maintainers: remove amaxine

Every time I decide to commit additional time to contributing to nix,
quite a few "concerned" members come out, either to decry a ban on
bigotry and fascism in 2021, or to declare support for minority groups
in Nix discriminatory, or a number of other incidents that are not worth
recounting in this leaving message.

To avoid any ambiguity, my reasoning is similar to pr306702, pr307033, and
several others who felt actively made unwelcome or outright harassed out
of the Nix project.

+9 -18
-6
maintainers/maintainer-list.nix
··· 1086 1086 githubId = 153175; 1087 1087 name = "Andrew Marshall"; 1088 1088 }; 1089 - amaxine = { 1090 - email = "max@ine.dev"; 1091 - github = "amaxine"; 1092 - githubId = 35892750; 1093 - name = "Maxine Aubrey"; 1094 - }; 1095 1089 ambroisie = { 1096 1090 email = "bruno.nixpkgs@belanyi.fr"; 1097 1091 github = "ambroisie";
-1
maintainers/team-list.nix
··· 404 404 hedning 405 405 jtojnar 406 406 dasj19 407 - amaxine 408 407 ]; 409 408 githubTeams = [ 410 409 "gnome"
+1 -1
pkgs/applications/misc/1password-gui/default.nix
··· 59 59 homepage = "https://1password.com/"; 60 60 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 61 61 license = licenses.unfree; 62 - maintainers = with maintainers; [ timstott savannidgerinel amaxine sebtm ]; 62 + maintainers = with maintainers; [ timstott savannidgerinel sebtm ]; 63 63 platforms = builtins.attrNames sources.${channel}; 64 64 mainProgram = "1password"; 65 65 };
+1 -1
pkgs/applications/networking/cluster/nomad/default.nix
··· 41 41 description = "A Distributed, Highly Available, Datacenter-Aware Scheduler"; 42 42 mainProgram = "nomad"; 43 43 inherit license; 44 - maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes amaxine techknowlogick cottand ]; 44 + maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes techknowlogick cottand ]; 45 45 }; 46 46 } // attrs'); 47 47 in
-1
pkgs/applications/networking/cluster/terraform/default.nix
··· 58 58 Chili-Man 59 59 babariviere 60 60 kalbasit 61 - amaxine 62 61 timstott 63 62 zimbatm 64 63 zowoq
+1 -1
pkgs/applications/networking/instant-messengers/slack/default.nix
··· 84 84 changelog = "https://slack.com/release-notes"; 85 85 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 86 86 license = licenses.unfree; 87 - maintainers = with maintainers; [ mmahut amaxine ]; 87 + maintainers = with maintainers; [ mmahut ]; 88 88 platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-darwin" ]; 89 89 mainProgram = "slack"; 90 90 };
+1 -1
pkgs/development/compilers/vala/default.nix
··· 80 80 homepage = "https://wiki.gnome.org/Projects/Vala"; 81 81 license = licenses.lgpl21Plus; 82 82 platforms = platforms.unix; 83 - maintainers = with maintainers; [ antono jtojnar amaxine ] ++ teams.pantheon.members; 83 + maintainers = with maintainers; [ antono jtojnar ] ++ teams.pantheon.members; 84 84 }; 85 85 }); 86 86
+1 -1
pkgs/games/worldofgoo/default.nix
··· 70 70 homepage = "https://worldofgoo.com"; 71 71 license = licenses.unfree; 72 72 platforms = [ "i686-linux" "x86_64-linux" ]; 73 - maintainers = with maintainers; [ jcumming amaxine ]; 73 + maintainers = with maintainers; [ jcumming ]; 74 74 }; 75 75 }
+1 -1
pkgs/os-specific/linux/ell/default.nix
··· 50 50 changelog = "https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=${version}"; 51 51 license = licenses.lgpl21Plus; 52 52 platforms = platforms.linux; 53 - maintainers = with maintainers; [ mic92 dtzWill amaxine ]; 53 + maintainers = with maintainers; [ mic92 dtzWill ]; 54 54 }; 55 55 }
+1 -1
pkgs/os-specific/linux/firmware/fwupd-efi/default.nix
··· 51 51 52 52 meta = with lib; { 53 53 homepage = "https://fwupd.org/"; 54 - maintainers = with maintainers; [ amaxine ]; 54 + maintainers = with maintainers; [ ]; 55 55 license = licenses.lgpl21Plus; 56 56 platforms = platforms.linux; 57 57 };
+1 -1
pkgs/os-specific/linux/iwd/default.nix
··· 98 98 description = "Wireless daemon for Linux"; 99 99 license = licenses.lgpl21Plus; 100 100 platforms = platforms.linux; 101 - maintainers = with maintainers; [ dtzWill fpletz amaxine ]; 101 + maintainers = with maintainers; [ dtzWill fpletz ]; 102 102 }; 103 103 }
-1
pkgs/servers/plex/raw.nix
··· 88 88 lnl7 89 89 pjones 90 90 thoughtpolice 91 - amaxine 92 91 MayNiklas 93 92 ]; 94 93 description = "Media library streaming server";
+1 -1
pkgs/tools/networking/networkmanager/default.nix
··· 214 214 description = "Network configuration and management tool"; 215 215 license = licenses.gpl2Plus; 216 216 changelog = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/raw/${version}/NEWS"; 217 - maintainers = teams.freedesktop.members ++ (with maintainers; [ domenkozar obadz amaxine ]); 217 + maintainers = teams.freedesktop.members ++ (with maintainers; [ domenkozar obadz ]); 218 218 platforms = platforms.linux; 219 219 }; 220 220 }