2019-10-27 22:44:24 +01:00
|
|
|
/* 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 02:17:48 +02:00
|
|
|
acme = {
|
|
|
|
members = [
|
|
|
|
aanderse
|
|
|
|
andrew-d
|
|
|
|
arianvp
|
|
|
|
emily
|
|
|
|
flokli
|
|
|
|
m1cr0man
|
|
|
|
];
|
|
|
|
scope = "Maintain ACME-related packages and modules.";
|
|
|
|
};
|
|
|
|
|
2021-01-23 21:25:40 +01:00
|
|
|
beam = {
|
|
|
|
members = [
|
|
|
|
ankhers
|
|
|
|
Br1ght0ne
|
|
|
|
DianaOlympos
|
|
|
|
gleber
|
|
|
|
happysalada
|
|
|
|
yurrriq
|
|
|
|
];
|
|
|
|
scope = "Maintain BEAM-related packages and modules.";
|
|
|
|
};
|
|
|
|
|
2020-09-06 00:36:45 +02:00
|
|
|
cinnamon = {
|
|
|
|
members = [
|
|
|
|
mkg20001
|
|
|
|
];
|
|
|
|
scope = "Maintain Cinnamon desktop environment and applications made by the LinuxMint team.";
|
|
|
|
};
|
|
|
|
|
2021-05-10 16:48:00 +02:00
|
|
|
chia = {
|
|
|
|
members = [
|
|
|
|
atemu
|
|
|
|
lourkeur
|
|
|
|
];
|
|
|
|
scope = "Maintain the Chia blockchain and its dependencies";
|
|
|
|
};
|
|
|
|
|
2021-01-07 16:44:08 +01:00
|
|
|
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 23:56:55 +02:00
|
|
|
determinatesystems = {
|
|
|
|
# Verify additions to this team with at least one already existing member of the team.
|
|
|
|
members = [
|
2021-04-19 23:58:12 +02:00
|
|
|
cole-h
|
2021-04-19 23:56:55 +02:00
|
|
|
grahamc
|
|
|
|
];
|
|
|
|
scope = "Group registration for packages maintained by Determinate Systems.";
|
|
|
|
};
|
|
|
|
|
2019-10-27 22:44:24 +01:00
|
|
|
freedesktop = {
|
2021-05-05 11:25:45 +02:00
|
|
|
members = [ jtojnar ];
|
2019-10-27 22:44:24 +01:00
|
|
|
scope = "Maintain Freedesktop.org packages for graphical desktop.";
|
|
|
|
};
|
2020-03-16 03:30:29 +01:00
|
|
|
|
2021-04-29 10:01:45 +02:00
|
|
|
gcc = {
|
|
|
|
members = [
|
|
|
|
synthetica
|
2021-04-29 11:33:07 +02:00
|
|
|
vcunat
|
2021-05-24 14:58:46 +02:00
|
|
|
ericson2314
|
2021-04-29 10:01:45 +02:00
|
|
|
];
|
2021-04-30 17:34:29 +02:00
|
|
|
scope = "Maintain GCC (GNU Compiler Collection) compilers";
|
2021-04-29 10:01:45 +02:00
|
|
|
};
|
|
|
|
|
2020-06-13 08:48:52 +02:00
|
|
|
golang = {
|
|
|
|
members = [
|
|
|
|
c00w
|
|
|
|
cstrahan
|
|
|
|
Frostman
|
|
|
|
kalbasit
|
2020-06-25 17:01:07 +02:00
|
|
|
mdlayher
|
2020-06-13 08:48:52 +02:00
|
|
|
mic92
|
|
|
|
orivej
|
|
|
|
rvolosatovs
|
|
|
|
zowoq
|
|
|
|
];
|
|
|
|
scope = "Maintain Golang compilers.";
|
|
|
|
};
|
|
|
|
|
2020-03-16 03:30:29 +01:00
|
|
|
gnome = {
|
|
|
|
members = [
|
|
|
|
hedning
|
|
|
|
jtojnar
|
2020-07-08 23:18:15 +02:00
|
|
|
dasj19
|
2021-03-21 11:29:58 +01:00
|
|
|
maxeaubrey
|
2020-03-16 03:30:29 +01:00
|
|
|
];
|
|
|
|
scope = "Maintain GNOME desktop environment and platform.";
|
|
|
|
};
|
2020-04-03 12:10:47 +02:00
|
|
|
|
2021-05-02 09:59:48 +02:00
|
|
|
haskell = {
|
|
|
|
members = [
|
|
|
|
maralorn
|
|
|
|
cdepillabout
|
|
|
|
sternenseemann
|
|
|
|
];
|
|
|
|
scope = "Maintain Haskell packages and infrastructure.";
|
|
|
|
};
|
|
|
|
|
2021-04-06 01:15:13 +02:00
|
|
|
home-assistant = {
|
|
|
|
members = [
|
|
|
|
fab
|
|
|
|
globin
|
|
|
|
hexa
|
|
|
|
mic92
|
|
|
|
];
|
|
|
|
scope = "Maintain the Home Assistant ecosystem";
|
|
|
|
};
|
|
|
|
|
2020-08-04 21:46:14 +02:00
|
|
|
jitsi = {
|
|
|
|
members = [
|
|
|
|
mmilata
|
|
|
|
petabyteboy
|
|
|
|
ryantm
|
|
|
|
];
|
|
|
|
scope = "Maintain Jitsi.";
|
|
|
|
};
|
|
|
|
|
2021-03-19 00:52:44 +01:00
|
|
|
kodi = {
|
|
|
|
members = [
|
|
|
|
aanderse
|
|
|
|
cpages
|
|
|
|
edwtjo
|
|
|
|
minijackson
|
|
|
|
peterhoeg
|
|
|
|
sephalon
|
|
|
|
];
|
|
|
|
scope = "Maintain Kodi and related packages.";
|
|
|
|
};
|
|
|
|
|
2020-06-12 03:05:26 +02:00
|
|
|
matrix = {
|
|
|
|
members = [
|
|
|
|
ma27
|
|
|
|
pacien
|
|
|
|
fadenb
|
|
|
|
mguentner
|
|
|
|
ekleog
|
|
|
|
ralith
|
2021-01-16 20:09:00 +01:00
|
|
|
mjlbach
|
2020-06-12 03:05:26 +02:00
|
|
|
];
|
|
|
|
scope = "Maintain the ecosystem around Matrix, a decentralized messenger.";
|
|
|
|
};
|
|
|
|
|
2020-04-19 20:47:42 +02:00
|
|
|
php = {
|
|
|
|
members = [
|
|
|
|
aanderse
|
|
|
|
etu
|
|
|
|
globin
|
|
|
|
ma27
|
|
|
|
talyz
|
|
|
|
];
|
|
|
|
scope = "Maintain PHP related packages and extensions.";
|
|
|
|
};
|
|
|
|
|
2020-04-03 12:10:47 +02:00
|
|
|
podman = {
|
|
|
|
members = [
|
2020-04-20 13:35:36 +02:00
|
|
|
adisbladis
|
2020-04-03 12:10:47 +02:00
|
|
|
saschagrunert
|
|
|
|
vdemeester
|
|
|
|
zowoq
|
|
|
|
];
|
2020-04-24 00:07:37 +02:00
|
|
|
scope = "Maintain Podman and CRI-O related packages and modules.";
|
2020-04-03 12:10:47 +02:00
|
|
|
};
|
2020-11-17 20:41:33 +01:00
|
|
|
|
|
|
|
sage = {
|
|
|
|
members = [
|
|
|
|
timokau
|
|
|
|
omasanori
|
2020-11-21 10:29:55 +01:00
|
|
|
raskin
|
2021-03-16 01:25:12 +01:00
|
|
|
collares
|
2020-11-17 20:41:33 +01:00
|
|
|
];
|
|
|
|
scope = "Maintain SageMath and the dependencies that are likely to break it.";
|
|
|
|
};
|
2021-05-08 12:11:48 +02:00
|
|
|
|
|
|
|
serokell = {
|
2021-05-10 21:28:31 +02:00
|
|
|
# Verify additions by approval of an already existing member of the team.
|
2021-05-08 12:11:48 +02:00
|
|
|
members = [
|
|
|
|
balsoft
|
|
|
|
mkaito
|
|
|
|
];
|
|
|
|
scope = "Group registration for Serokell employees who collectively maintain packages.";
|
|
|
|
};
|
2019-10-27 22:44:24 +01:00
|
|
|
}
|