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