Merge pull request #136534 from kevincox/synapse-server-name
[NixPkgs.git] / maintainers / team-list.nix
bloba86af02d2357ba87ce6ef9fc2311788f350dce47
1 /* List of maintainer teams.
2     name = {
3       # Required
4       members = [ maintainer1 maintainer2 ];
5       scope = "Maintain foo packages.";
6     };
8   where
10   - `members` is the list of maintainers belonging to the group,
11   - `scope` describes the scope of the group.
13   More fields may be added in the future.
15   Please keep the list alphabetically sorted.
16   */
18 { lib }:
19 with lib.maintainers; {
20   acme = {
21     members = [
22       aanderse
23       andrew-d
24       arianvp
25       emily
26       flokli
27       m1cr0man
28     ];
29     scope = "Maintain ACME-related packages and modules.";
30   };
32   beam = {
33     members = [
34       ankhers
35       Br1ght0ne
36       DianaOlympos
37       gleber
38       happysalada
39       yurrriq
40     ];
41     scope = "Maintain BEAM-related packages and modules.";
42   };
44   cinnamon = {
45     members = [
46       mkg20001
47     ];
48     scope = "Maintain Cinnamon desktop environment and applications made by the LinuxMint team.";
49   };
51   chia = {
52     members = [
53       atemu
54       lourkeur
55     ];
56     scope = "Maintain the Chia blockchain and its dependencies";
57   };
59   deshaw = {
60     # Verify additions to this team with at least one already existing member of the team.
61     members = [
62       limeytexan
63     ];
64     scope = "Group registration for D. E. Shaw employees who collectively maintain packages.";
65   };
67   determinatesystems = {
68     # Verify additions to this team with at least one already existing member of the team.
69     members = [
70       cole-h
71       grahamc
72     ];
73     scope = "Group registration for packages maintained by Determinate Systems.";
74   };
76   freedesktop = {
77     members = [ jtojnar ];
78     scope = "Maintain Freedesktop.org packages for graphical desktop.";
79   };
81   gcc = {
82     members = [
83       synthetica
84       vcunat
85       ericson2314
86     ];
87     scope = "Maintain GCC (GNU Compiler Collection) compilers";
88   };
90   golang = {
91     members = [
92       c00w
93       cstrahan
94       Frostman
95       kalbasit
96       mdlayher
97       mic92
98       orivej
99       rvolosatovs
100       zowoq
101     ];
102     scope = "Maintain Golang compilers.";
103   };
105   gnome = {
106     members = [
107       hedning
108       jtojnar
109       dasj19
110       maxeaubrey
111     ];
112     scope = "Maintain GNOME desktop environment and platform.";
113   };
115   haskell = {
116     members = [
117       cdepillabout
118       expipiplus1
119       maralorn
120       sternenseemann
121     ];
122     scope = "Maintain Haskell packages and infrastructure.";
123   };
125   home-assistant = {
126     members = [
127       fab
128       globin
129       hexa
130       mic92
131     ];
132     scope = "Maintain the Home Assistant ecosystem";
133   };
135   iog = {
136     members = [
137       cleverca22
138       disassembler
139       jonringer
140       maveru
141       nrdxp
142     ];
143     scope = "Input-Output Global employees, which maintain critical software";
144   };
146   jitsi = {
147     members = [
148       petabyteboy
149       ryantm
150       yuka
151     ];
152     scope = "Maintain Jitsi.";
153   };
155   kodi = {
156     members = [
157       aanderse
158       cpages
159       edwtjo
160       minijackson
161       peterhoeg
162       sephalon
163     ];
164     scope = "Maintain Kodi and related packages.";
165   };
167   matrix = {
168     members = [
169       ma27
170       fadenb
171       mguentner
172       ekleog
173       ralith
174       mjlbach
175       dandellion
176       sumnerevans
177     ];
178     scope = "Maintain the ecosystem around Matrix, a decentralized messenger.";
179   };
181   pantheon = {
182     members = [
183       davidak
184       bobby285271
185     ];
186     scope = "Maintain Pantheon desktop environment and platform.";
187   };
189   php = {
190     members = [
191       aanderse
192       etu
193       globin
194       ma27
195       talyz
196     ];
197     scope = "Maintain PHP related packages and extensions.";
198   };
200   podman = {
201     members = [
202       adisbladis
203       saschagrunert
204       vdemeester
205       zowoq
206     ];
207     scope = "Maintain Podman and CRI-O related packages and modules.";
208   };
210   sage = {
211     members = [
212       timokau
213       omasanori
214       raskin
215       collares
216     ];
217     scope = "Maintain SageMath and the dependencies that are likely to break it.";
218   };
220   serokell = {
221     # Verify additions by approval of an already existing member of the team.
222     members = [
223       balsoft
224       mkaito
225     ];
226     scope = "Group registration for Serokell employees who collectively maintain packages.";
227   };
229   tts = {
230     members = [
231       hexa
232       mic92
233     ];
234     scope = "coqui-ai TTS (formerly Mozilla TTS) and leaf packages";
235   };