nixpkgs/maintainers/team-list.nix

226 lines
4 KiB
Nix
Raw Permalink Normal View History

/* List of maintainer teams.
name = {
# Required
members = [ maintainer1 maintainer2 ];
scope = "Maintain foo packages.";
};
where
- `members` is the list of maintainers belonging to the group,
- `scope` describes the scope of the group.
More fields may be added in the future.
Please keep the list alphabetically sorted.
*/
{ lib }:
with lib.maintainers; {
2020-04-20 00:17:48 +00:00
acme = {
members = [
aanderse
andrew-d
arianvp
emily
flokli
m1cr0man
];
scope = "Maintain ACME-related packages and modules.";
};
2021-01-23 20:25:40 +00:00
beam = {
members = [
ankhers
Br1ght0ne
DianaOlympos
gleber
happysalada
yurrriq
];
scope = "Maintain BEAM-related packages and modules.";
};
2020-09-05 22:36:45 +00:00
cinnamon = {
members = [
mkg20001
];
scope = "Maintain Cinnamon desktop environment and applications made by the LinuxMint team.";
};
2021-05-10 14:48:00 +00:00
chia = {
members = [
atemu
lourkeur
];
scope = "Maintain the Chia blockchain and its dependencies";
};
deshaw = {
# Verify additions to this team with at least one already existing member of the team.
members = [
limeytexan
];
scope = "Group registration for D. E. Shaw employees who collectively maintain packages.";
};
2021-04-19 21:56:55 +00:00
determinatesystems = {
# Verify additions to this team with at least one already existing member of the team.
members = [
cole-h
2021-04-19 21:56:55 +00:00
grahamc
];
scope = "Group registration for packages maintained by Determinate Systems.";
};
freedesktop = {
members = [ jtojnar ];
scope = "Maintain Freedesktop.org packages for graphical desktop.";
};
2021-04-29 08:01:45 +00:00
gcc = {
members = [
synthetica
2021-04-29 09:33:07 +00:00
vcunat
ericson2314
2021-04-29 08:01:45 +00:00
];
scope = "Maintain GCC (GNU Compiler Collection) compilers";
2021-04-29 08:01:45 +00:00
};
2020-06-13 06:48:52 +00:00
golang = {
members = [
c00w
cstrahan
Frostman
kalbasit
mdlayher
2020-06-13 06:48:52 +00:00
mic92
orivej
rvolosatovs
zowoq
];
scope = "Maintain Golang compilers.";
};
gnome = {
members = [
hedning
jtojnar
2020-07-08 21:18:15 +00:00
dasj19
maxeaubrey
];
scope = "Maintain GNOME desktop environment and platform.";
};
2020-04-03 10:10:47 +00:00
2021-05-02 07:59:48 +00:00
haskell = {
members = [
cdepillabout
expipiplus1
maralorn
2021-05-02 07:59:48 +00:00
sternenseemann
];
scope = "Maintain Haskell packages and infrastructure.";
};
home-assistant = {
members = [
fab
globin
hexa
mic92
];
scope = "Maintain the Home Assistant ecosystem";
};
jitsi = {
members = [
petabyteboy
ryantm
yuka
];
scope = "Maintain Jitsi.";
};
2021-03-18 23:52:44 +00:00
kodi = {
members = [
aanderse
cpages
edwtjo
minijackson
peterhoeg
sephalon
];
scope = "Maintain Kodi and related packages.";
};
2020-06-12 01:05:26 +00:00
matrix = {
members = [
ma27
fadenb
mguentner
ekleog
ralith
mjlbach
dandellion
sumnerevans
2020-06-12 01:05:26 +00:00
];
scope = "Maintain the ecosystem around Matrix, a decentralized messenger.";
};
2021-05-05 19:39:54 +00:00
pantheon = {
members = [
davidak
bobby285271
];
scope = "Maintain Pantheon desktop environment and platform.";
};
2020-04-19 18:47:42 +00:00
php = {
members = [
aanderse
etu
globin
ma27
talyz
];
scope = "Maintain PHP related packages and extensions.";
};
2020-04-03 10:10:47 +00:00
podman = {
members = [
adisbladis
2020-04-03 10:10:47 +00:00
saschagrunert
vdemeester
zowoq
];
2020-04-23 22:07:37 +00:00
scope = "Maintain Podman and CRI-O related packages and modules.";
2020-04-03 10:10:47 +00:00
};
sage = {
members = [
timokau
omasanori
raskin
collares
];
scope = "Maintain SageMath and the dependencies that are likely to break it.";
};
serokell = {
# Verify additions by approval of an already existing member of the team.
members = [
balsoft
mkaito
];
scope = "Group registration for Serokell employees who collectively maintain packages.";
};
2021-06-04 12:24:48 +00:00
tts = {
members = [
hexa
mic92
];
scope = "coqui-ai TTS (formerly Mozilla TTS) and leaf packages";
};
}