python3Packages.elementpath: 2.2.1 -> 2.2.2
[NixPkgs.git] / maintainers / team-list.nix
blob0e2baa9e7587173d42f0eda45f015581e15fc5e6
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   golang = {
82     members = [
83       c00w
84       cstrahan
85       Frostman
86       kalbasit
87       mdlayher
88       mic92
89       orivej
90       rvolosatovs
91       zowoq
92     ];
93     scope = "Maintain Golang compilers.";
94   };
96   gnome = {
97     members = [
98       hedning
99       jtojnar
100       dasj19
101       maxeaubrey
102     ];
103     scope = "Maintain GNOME desktop environment and platform.";
104   };
106   haskell = {
107     members = [
108       maralorn
109       cdepillabout
110       sternenseemann
111     ];
112     scope = "Maintain Haskell packages and infrastructure.";
113   };
115   home-assistant = {
116     members = [
117       fab
118       globin
119       hexa
120       mic92
121     ];
122     scope = "Maintain the Home Assistant ecosystem";
123   };
125   jitsi = {
126     members = [
127       mmilata
128       petabyteboy
129       ryantm
130     ];
131     scope = "Maintain Jitsi.";
132   };
134   kodi = {
135     members = [
136       aanderse
137       cpages
138       edwtjo
139       minijackson
140       peterhoeg
141       sephalon
142     ];
143     scope = "Maintain Kodi and related packages.";
144   };
146   matrix = {
147     members = [
148       ma27
149       pacien
150       fadenb
151       mguentner
152       ekleog
153       ralith
154       mjlbach
155     ];
156     scope = "Maintain the ecosystem around Matrix, a decentralized messenger.";
157   };
159   php = {
160     members = [
161       aanderse
162       etu
163       globin
164       ma27
165       talyz
166     ];
167     scope = "Maintain PHP related packages and extensions.";
168   };
170   podman = {
171     members = [
172       adisbladis
173       saschagrunert
174       vdemeester
175       zowoq
176     ];
177     scope = "Maintain Podman and CRI-O related packages and modules.";
178   };
180   sage = {
181     members = [
182       timokau
183       omasanori
184       raskin
185       collares
186     ];
187     scope = "Maintain SageMath and the dependencies that are likely to break it.";
188   };
190   serokell = {
191     # Verify additions by approval of an already existing member of the team.
192     members = [
193       balsoft
194       mkaito
195     ];
196     scope = "Group registration for Serokell employees who collectively maintain packages.";
197   };