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.
This commit is contained in:
parent
60cb88cc49
commit
40a7011c39
13 changed files with 9 additions and 18 deletions
|
@ -1086,12 +1086,6 @@
|
|||
githubId = 153175;
|
||||
name = "Andrew Marshall";
|
||||
};
|
||||
amaxine = {
|
||||
email = "max@ine.dev";
|
||||
github = "amaxine";
|
||||
githubId = 35892750;
|
||||
name = "Maxine Aubrey";
|
||||
};
|
||||
ambroisie = {
|
||||
email = "bruno.nixpkgs@belanyi.fr";
|
||||
github = "ambroisie";
|
||||
|
|
|
@ -404,7 +404,6 @@ with lib.maintainers; {
|
|||
hedning
|
||||
jtojnar
|
||||
dasj19
|
||||
amaxine
|
||||
];
|
||||
githubTeams = [
|
||||
"gnome"
|
||||
|
|
|
@ -59,7 +59,7 @@ let
|
|||
homepage = "https://1password.com/";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ timstott savannidgerinel amaxine sebtm ];
|
||||
maintainers = with maintainers; [ timstott savannidgerinel sebtm ];
|
||||
platforms = builtins.attrNames sources.${channel};
|
||||
mainProgram = "1password";
|
||||
};
|
||||
|
|
|
@ -41,7 +41,7 @@ let
|
|||
description = "A Distributed, Highly Available, Datacenter-Aware Scheduler";
|
||||
mainProgram = "nomad";
|
||||
inherit license;
|
||||
maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes amaxine techknowlogick cottand ];
|
||||
maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes techknowlogick cottand ];
|
||||
};
|
||||
} // attrs');
|
||||
in
|
||||
|
|
|
@ -58,7 +58,6 @@ let
|
|||
Chili-Man
|
||||
babariviere
|
||||
kalbasit
|
||||
amaxine
|
||||
timstott
|
||||
zimbatm
|
||||
zowoq
|
||||
|
|
|
@ -84,7 +84,7 @@ let
|
|||
changelog = "https://slack.com/release-notes";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ mmahut amaxine ];
|
||||
maintainers = with maintainers; [ mmahut ];
|
||||
platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-darwin" ];
|
||||
mainProgram = "slack";
|
||||
};
|
||||
|
|
|
@ -80,7 +80,7 @@ let
|
|||
homepage = "https://wiki.gnome.org/Projects/Vala";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ antono jtojnar amaxine ] ++ teams.pantheon.members;
|
||||
maintainers = with maintainers; [ antono jtojnar ] ++ teams.pantheon.members;
|
||||
};
|
||||
});
|
||||
|
||||
|
|
|
@ -70,6 +70,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://worldofgoo.com";
|
||||
license = licenses.unfree;
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ jcumming amaxine ];
|
||||
maintainers = with maintainers; [ jcumming ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
|
|||
changelog = "https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog?h=${version}";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ mic92 dtzWill amaxine ];
|
||||
maintainers = with maintainers; [ mic92 dtzWill ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
homepage = "https://fwupd.org/";
|
||||
maintainers = with maintainers; [ amaxine ];
|
||||
maintainers = with maintainers; [ ];
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
|
@ -98,6 +98,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Wireless daemon for Linux";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ dtzWill fpletz amaxine ];
|
||||
maintainers = with maintainers; [ dtzWill fpletz ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -88,7 +88,6 @@ stdenv.mkDerivation rec {
|
|||
lnl7
|
||||
pjones
|
||||
thoughtpolice
|
||||
amaxine
|
||||
MayNiklas
|
||||
];
|
||||
description = "Media library streaming server";
|
||||
|
|
|
@ -214,7 +214,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Network configuration and management tool";
|
||||
license = licenses.gpl2Plus;
|
||||
changelog = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/raw/${version}/NEWS";
|
||||
maintainers = teams.freedesktop.members ++ (with maintainers; [ domenkozar obadz amaxine ]);
|
||||
maintainers = teams.freedesktop.members ++ (with maintainers; [ domenkozar obadz ]);
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue