python312Packages.twentemilieu: refactor
[NixPkgs.git] / maintainers / team-list.nix
blob613d6be6753a2667dea6811952476b4478a06c35
1 /*
2   List of maintainer teams.
3     name = {
4       # Required
5       members = [ maintainer1 maintainer2 ];
6       scope = "Maintain foo packages.";
7       shortName = "foo";
8       # Optional
9       enableFeatureFreezePing = true;
10       githubTeams = [ "my-subsystem" ];
11     };
13   where
15   - `members` is the list of maintainers belonging to the group,
16   - `scope` describes the scope of the group.
17   - `shortName` short human-readable name
18   - `enableFeatureFreezePing` will ping this team during the Feature Freeze announcements on releases
19     - There is limited mention capacity in a single post, so this should be reserved for critical components
20       or larger ecosystems within nixpkgs.
21   - `githubTeams` will ping specified GitHub teams as well
23   More fields may be added in the future.
25   When editing this file:
26    * keep the list alphabetically sorted
27    * test the validity of the format with:
28        nix-build lib/tests/teams.nix
31 { lib }:
32 with lib.maintainers;
34   acme = {
35     members = [
36       aanderse
37       arianvp
38       emily
39       flokli
40       m1cr0man
41     ];
42     scope = "Maintain ACME-related packages and modules.";
43     shortName = "ACME";
44     enableFeatureFreezePing = true;
45   };
47   bazel = {
48     members = [
49       mboes
50       uri-canva
51       cbley
52       olebedev
53       groodt
54       aherrmann
55       ylecornec
56     ];
57     scope = "Bazel build tool & related tools https://bazel.build/";
58     shortName = "Bazel";
59     enableFeatureFreezePing = true;
60   };
62   beam = {
63     members = [
64       ankhers
65       Br1ght0ne
66       DianaOlympos
67       gleber
68       happysalada
69       minijackson
70       yurrriq
71     ];
72     githubTeams = [ "beam" ];
73     scope = "Maintain BEAM-related packages and modules.";
74     shortName = "BEAM";
75     enableFeatureFreezePing = true;
76   };
78   bitnomial = {
79     # Verify additions to this team with at least one already existing member of the team.
80     members = [
81       cdepillabout
82       wraithm
83     ];
84     scope = "Group registration for packages maintained by Bitnomial.";
85     shortName = "Bitnomial employees";
86   };
88   blockchains = {
89     members = [
90       mmahut
91       RaghavSood
92     ];
93     scope = "Maintain Blockchain packages and modules.";
94     shortName = "Blockchains";
95   };
97   budgie = {
98     members = [
99       bobby285271
100       getchoo
101     ];
102     scope = "Maintain Budgie desktop environment";
103     shortName = "Budgie";
104   };
106   buildbot = {
107     members = [
108       lopsided98
109       mic92
110       zowoq
111     ];
112     scope = "Maintain Buildbot CI framework";
113     shortName = "Buildbot";
114   };
116   c = {
117     members = [
118       matthewbauer
119       mic92
120     ];
121     scope = "Maintain C libraries and tooling.";
122     shortName = "C";
123     enableFeatureFreezePing = true;
124   };
126   c3d2 = {
127     members = [
128       astro
129       SuperSandro2000
130       revol-xut
131       oxapentane
132     ];
133     scope = "Maintain packages used in the C3D2 hackspace";
134     shortName = "c3d2";
135   };
137   cinnamon = {
138     members = [
139       bobby285271
140       mkg20001
141     ];
142     scope = "Maintain Cinnamon desktop environment and applications made by the Linux Mint team.";
143     shortName = "Cinnamon";
144     enableFeatureFreezePing = true;
145   };
147   clevercloud = {
148     members = [ floriansanderscc ];
149     scope = "Maintain Clever Cloud related packages.";
150     shortName = "CleverCloud";
151     githubTeams = [ "CleverCloud" ];
152   };
154   cloudposse = {
155     members = [ dudymas ];
156     scope = "Maintain atmos and applications made by the Cloud Posse team.";
157     shortName = "CloudPosse";
158     enableFeatureFreezePing = true;
159   };
161   coq = {
162     members = [
163       cohencyril
164       Zimmi48
165       # gares has no entry in the maintainers list
166       siraben
167       vbgl
168       alizter
169     ];
170     scope = "Maintain the Coq theorem prover and related packages.";
171     shortName = "Coq";
172     enableFeatureFreezePing = true;
173   };
175   cuda = {
176     members = [
177       connorbaker
178       samuela
179       SomeoneSerge
180     ];
181     scope = "Maintain CUDA-enabled packages";
182     shortName = "Cuda";
183     githubTeams = [ "cuda-maintainers" ];
184   };
186   cyberus = {
187     # Verify additions by approval of an already existing member of the team.
188     members = [
189       xanderio
190       blitz
191     ];
192     scope = "Team for Cyberus Technology employees who collectively maintain packages.";
193     shortName = "Cyberus Technology employees";
194   };
196   darwin = {
197     members = [
198       emily
199       reckenrode
200       toonn
201     ];
202     githubTeams = [ "darwin-core" ];
203     scope = "Maintain core platform support and packages for macOS and other Apple platforms.";
204     shortName = "Darwin";
205     enableFeatureFreezePing = true;
206   };
208   cosmopolitan = {
209     members = [
210       bbjubjub
211       tomberek
212     ];
213     scope = "Maintain the Cosmopolitan LibC and related programs.";
214     shortName = "Cosmopolitan";
215   };
217   dotnet = {
218     members = [
219       mdarocha
220       corngood
221       ggg
222       raphaelr
223       jamiemagee
224       anpin
225     ];
226     scope = "Maintainers of the .NET build tools and packages";
227     shortName = "dotnet";
228   };
230   deepin = {
231     members = [ rewine ];
232     scope = "Maintain deepin desktop environment and related packages.";
233     shortName = "DDE";
234     enableFeatureFreezePing = true;
235   };
237   deshaw = {
238     # Verify additions to this team with at least one already existing member of the team.
239     members = [
240       de11n
241       invokes-su
242     ];
243     scope = "Group registration for D. E. Shaw employees who collectively maintain packages.";
244     shortName = "D. E. Shaw employees";
245   };
247   determinatesystems = {
248     # Verify additions to this team with at least one already existing member of the team.
249     members = [
250       cole-h
251       grahamc
252     ];
253     scope = "Group registration for packages maintained by Determinate Systems.";
254     shortName = "Determinate Systems employees";
255   };
257   dhall = {
258     members = [
259       Gabriella439
260       ehmry
261     ];
262     scope = "Maintain Dhall and related packages.";
263     shortName = "Dhall";
264     enableFeatureFreezePing = true;
265   };
267   docker = {
268     members = [
269       roberth
270       utdemir
271     ];
272     scope = "Maintain Docker and related tools.";
273     shortName = "DockerTools";
274   };
276   docs = {
277     members = [ ];
278     githubTeams = [ "documentation-team" ];
279     scope = "Maintain nixpkgs/NixOS documentation and tools for building it.";
280     shortName = "Docs";
281     enableFeatureFreezePing = true;
282   };
284   emacs = {
285     members = [
286       AndersonTorres
287       adisbladis
288       linj
289     ];
290     scope = "Maintain the Emacs editor and packages.";
291     shortName = "Emacs";
292   };
294   enlightenment = {
295     members = [ romildo ];
296     githubTeams = [ "enlightenment" ];
297     scope = "Maintain Enlightenment desktop environment and related packages.";
298     shortName = "Enlightenment";
299     enableFeatureFreezePing = true;
300   };
302   # Dummy group for the "everyone else" section
303   feature-freeze-everyone-else = {
304     members = [ ];
305     githubTeams = [
306       "nixpkgs-committers"
307       "release-engineers"
308     ];
309     scope = "Dummy team for the #everyone else' section during feture freezes, not to be used as package maintainers!";
310     shortName = "Everyone else";
311     enableFeatureFreezePing = true;
312   };
314   flutter = {
315     members = [
316       mkg20001
317       RossComputerGuy
318       FlafyDev
319       hacker1024
320     ];
321     scope = "Maintain Flutter and Dart-related packages and build tools";
322     shortName = "flutter";
323     enableFeatureFreezePing = false;
324     githubTeams = [ "flutter" ];
325   };
327   flyingcircus = {
328     # Verify additions by approval of an already existing member of the team.
329     members = [
330       theuni
331       dpausp
332       frlan
333       leona
334       osnyx
335       ma27
336       laalsaas
337     ];
338     scope = "Team for Flying Circus employees who collectively maintain packages.";
339     shortName = "Flying Circus employees";
340   };
342   formatter = {
343     members = [
344       piegames
345       infinisil
346       das_j
347       tomberek
348       _0x4A6F
349       # Not in the maintainer list
350       # Sereja313
351     ];
352     scope = "Tentative Nix formatter team to be established in https://github.com/NixOS/rfcs/pull/166";
353     shortName = "Nix formatter team";
354   };
356   freedesktop = {
357     members = [ jtojnar ];
358     scope = "Maintain Freedesktop.org packages for graphical desktop.";
359     shortName = "freedesktop.org packaging";
360   };
362   fslabs = {
363     # Verify additions to this team with at least one already existing member of the team.
364     members = [
365       greaka
366       lpostula
367     ];
368     scope = "Group registration for packages maintained by Foresight Spatial Labs.";
369     shortName = "Foresight Spatial Labs employees";
370   };
372   gcc = {
373     members = [
374       synthetica
375       vcunat
376       ericson2314
377     ];
378     scope = "Maintain GCC (GNU Compiler Collection) compilers";
379     shortName = "GCC";
380   };
382   geospatial = {
383     members = [
384       autra
385       imincik
386       l0b0
387       nh2
388       nialov
389       sikmir
390       willcohen
391     ];
392     githubTeams = [ "geospatial" ];
393     scope = "Maintain geospatial packages.";
394     shortName = "Geospatial";
395     enableFeatureFreezePing = true;
396   };
398   gitlab = {
399     members = [
400       globin
401       krav
402       talyz
403       yayayayaka
404     ];
405     scope = "Maintain gitlab packages.";
406     shortName = "gitlab";
407   };
409   golang = {
410     members = [
411       kalbasit
412       katexochen
413       mic92
414       zowoq
415       qbit
416       mfrw
417     ];
418     githubTeams = [ "golang" ];
419     scope = "Maintain Golang compilers.";
420     shortName = "Go";
421     enableFeatureFreezePing = true;
422   };
424   gnome = {
425     members = [
426       bobby285271
427       hedning
428       jtojnar
429       dasj19
430     ];
431     githubTeams = [ "gnome" ];
432     scope = "Maintain GNOME desktop environment and platform.";
433     shortName = "GNOME";
434     enableFeatureFreezePing = true;
435   };
437   graalvm-ce = {
438     members = [
439       bandresen
440       hlolli
441       glittershark
442       ericdallo
443       thiagokokada
444     ];
445     scope = "Maintain GraalVM Community Edition packages.";
446     shortName = "GraalVM-CE";
447   };
449   haskell = {
450     members = [
451       cdepillabout
452       maralorn
453       ncfavier
454       sternenseemann
455     ];
456     githubTeams = [ "haskell" ];
457     scope = "Maintain Haskell packages and infrastructure.";
458     shortName = "Haskell";
459     enableFeatureFreezePing = true;
460   };
462   helsinki-systems = {
463     # Verify additions to this team with at least one already existing member of the team.
464     members = [
465       das_j
466       conni2461
467       helsinki-Jo
468     ];
469     scope = "Group registration for packages maintained by Helsinki Systems";
470     shortName = "Helsinki Systems employees";
471   };
473   home-assistant = {
474     members = [
475       fab
476       hexa
477       mic92
478     ];
479     scope = "Maintain the Home Assistant ecosystem";
480     shortName = "Home Assistant";
481   };
483   infisical = {
484     members = [ akhilmhdh ];
485     scope = "Maintain Infisical";
486     shortName = "Infisical";
487   };
489   iog = {
490     members = [
491       cleverca22
492       disassembler
493       manveru
494       nrdxp
495     ];
496     scope = "Input-Output Global employees, which maintain critical software";
497     shortName = "Input-Output Global employees";
498   };
500   java = {
501     githubTeams = [ "java" ];
502     members = [
503       chayleaf
504       fliegendewurst
505       infinidoge
506       tomodachi94
507     ];
508     shortName = "Java";
509     scope = "Maintainers of the Nixpkgs Java ecosystem (JDK, JVM, Java, Gradle, Maven, Ant, and adjacent projects)";
510     enableFeatureFreezePing = true;
511   };
513   jitsi = {
514     members = [
515       cleeyv
516       ryantm
517       lassulus
518       yayayayaka
519     ];
520     scope = "Maintain Jitsi.";
521     shortName = "Jitsi";
522   };
524   jupyter = {
525     members = [
526       GaetanLepage
527       natsukium
528       thomasjm
529     ];
530     scope = "Maintain Jupyter and related packages.";
531     shortName = "Jupyter";
532   };
534   k3s = {
535     githubTeams = [ "k3s" ];
536     members = [
537       euank
538       frederictobiasc
539       marcusramberg
540       mic92
541       rorosen
542       wrmilling
543       yajo
544     ];
545     scope = "Maintain K3s package, NixOS module, NixOS tests, update script";
546     shortName = "K3s";
547   };
549   kubernetes = {
550     members = [
551       johanot
552       offline
553       saschagrunert
554       srhb
555     ];
556     scope = "Maintain the Kubernetes package and module";
557     shortName = "Kubernetes";
558   };
560   kodi = {
561     members = [
562       aanderse
563       cpages
564       dschrempf
565       edwtjo
566       kazenyuk
567       minijackson
568       peterhoeg
569       sephalon
570     ];
571     scope = "Maintain Kodi and related packages.";
572     shortName = "Kodi";
573   };
575   libretro = {
576     members = [
577       aanderse
578       edwtjo
579       thiagokokada
580     ];
581     scope = "Maintain Libretro, RetroArch and related packages.";
582     shortName = "Libretro";
583   };
585   linux-kernel = {
586     members = [
587       TredwellGit
588       k900
589       ma27
590       nequissimus
591       qyliss
592     ];
593     scope = "Maintain the Linux kernel.";
594     shortName = "Linux Kernel";
595   };
597   lisp = {
598     members = [
599       raskin
600       lukego
601       nagy
602       uthar
603       hraban
604     ];
605     githubTeams = [ "lisp" ];
606     scope = "Maintain the Lisp ecosystem.";
607     shortName = "lisp";
608     enableFeatureFreezePing = true;
609   };
611   llvm = {
612     members = [
613       dtzWill
614       ericson2314
615       lovek323
616       qyliss
617       RossComputerGuy
618       rrbutani
619       sternenseemann
620     ];
621     githubTeams = [ "llvm" ];
622     scope = "Maintain LLVM package sets and related packages";
623     shortName = "LLVM";
624     enableFeatureFreezePing = true;
625   };
627   lomiri = {
628     members = [ OPNA2608 ];
629     scope = "Maintain Lomiri desktop environment and related packages.";
630     shortName = "Lomiri";
631     enableFeatureFreezePing = true;
632   };
634   lumiguide = {
635     # Verify additions by approval of an already existing member of the team.
636     members = [
637       roelvandijk
638       lucus16
639     ];
640     scope = "Group registration for LumiGuide employees who collectively maintain packages.";
641     shortName = "Lumiguide employees";
642   };
644   lua = {
645     githubTeams = [ "lua" ];
646     scope = "Maintain the lua ecosystem.";
647     shortName = "lua";
648     enableFeatureFreezePing = true;
649   };
651   lumina = {
652     members = [ romildo ];
653     githubTeams = [ "lumina" ];
654     scope = "Maintain lumina desktop environment and related packages.";
655     shortName = "Lumina";
656     enableFeatureFreezePing = true;
657   };
659   lxc = {
660     members = [
661       aanderse
662       adamcstephens
663       jnsgruk
664       megheaiulian
665       mkg20001
666     ];
667     scope = "All things linuxcontainers. LXC, Incus, LXD and related packages.";
668     shortName = "lxc";
669   };
671   lxqt = {
672     members = [ romildo ];
673     githubTeams = [ "lxqt" ];
674     scope = "Maintain LXQt desktop environment and related packages.";
675     shortName = "LXQt";
676     enableFeatureFreezePing = true;
677   };
679   marketing = {
680     members = [
681       garbas
682       tomberek
683     ];
684     scope = "Marketing of Nix/NixOS/nixpkgs.";
685     shortName = "Marketing";
686     enableFeatureFreezePing = true;
687   };
689   mate = {
690     members = [
691       bobby285271
692       j03
693       romildo
694     ];
695     scope = "Maintain Mate desktop environment and related packages.";
696     shortName = "MATE";
697     enableFeatureFreezePing = true;
698   };
700   matrix = {
701     members = [
702       ma27
703       fadenb
704       mguentner
705       ralith
706       dandellion
707       sumnerevans
708       nickcao
709       teutat3s
710     ];
711     scope = "Maintain the ecosystem around Matrix, a decentralized messenger.";
712     shortName = "Matrix";
713   };
715   minimal-bootstrap = {
716     members = [
717       alejandrosame
718       artturin
719       emilytrau
720       ericson2314
721       jk
722       siraben
723     ];
724     scope = "Maintain the minimal-bootstrap toolchain and related packages.";
725     shortName = "Minimal Bootstrap";
726   };
728   mercury = {
729     members = [
730       _9999years
731       Gabriella439
732     ];
733     scope = "Group registry for packages maintained by Mercury";
734     shortName = "Mercury Employees";
735   };
737   nix = {
738     members = [
739       eelco
740       grahamc
741       pierron
742     ];
743     scope = "Maintain the Nix package manager.";
744     shortName = "Nix/nix-cli ecosystem";
745     enableFeatureFreezePing = true;
746   };
748   lix = {
749     members = [
750       raitobezarius
751       qyriad
752     ];
753     scope = "Maintain the Lix package manager inside of Nixpkgs.";
754     shortName = "Lix ecosystem";
755     enableFeatureFreezePing = true;
756   };
758   module-system = {
759     members = [
760       infinisil
761       roberth
762     ];
763     scope = "Maintain the Nixpkgs module system.";
764     shortName = "Module system";
765     enableFeatureFreezePing = true;
766   };
768   ngi = {
769     members = [
770       eljamm
771       fricklerhandwerk
772       wegank
773     ];
774     scope = "Maintain NGI-supported software.";
775     shortName = "NGI";
776   };
778   node = {
779     members = [ winter ];
780     scope = "Maintain Node.js runtimes and build tooling.";
781     shortName = "Node.js";
782     enableFeatureFreezePing = true;
783   };
785   ocaml = {
786     members = [ alizter ];
787     githubTeams = [ "ocaml" ];
788     scope = "Maintain the OCaml compiler and package set.";
789     shortName = "OCaml";
790     enableFeatureFreezePing = true;
791   };
793   openstack = {
794     members = [
795       SuperSandro2000
796       anthonyroussel
797       vinetos
798     ];
799     scope = "Maintain the ecosystem around OpenStack";
800     shortName = "OpenStack";
801   };
803   ororatech = {
804     # email: nixdevs@ororatech.com
805     shortName = "OroraTech GmbH. employees";
806     scope = "Team for packages maintained by employees of OroraTech GmbH.";
807     # Edits to this list should only be done by an already existing member.
808     members = [
809       kip93
810       victormeriqui
811     ];
812   };
814   pantheon = {
815     members = [
816       davidak
817       bobby285271
818     ];
819     githubTeams = [ "pantheon" ];
820     scope = "Maintain Pantheon desktop environment and platform.";
821     shortName = "Pantheon";
822     enableFeatureFreezePing = true;
823   };
825   perl = {
826     members = [
827       sgo
828       marcusramberg
829       zakame
830     ];
831     scope = "Maintain the Perl interpreter and Perl packages.";
832     shortName = "Perl";
833     enableFeatureFreezePing = true;
834   };
836   php = {
837     members = [
838       aanderse
839       drupol
840       ma27
841       piotrkwiecinski
842       talyz
843     ];
844     githubTeams = [ "php" ];
845     scope = "Maintain PHP related packages and extensions.";
846     shortName = "PHP";
847     enableFeatureFreezePing = true;
848   };
850   podman = {
851     members = [
852       saschagrunert
853       vdemeester
854     ];
855     githubTeams = [ "podman" ];
856     scope = "Maintain Podman and CRI-O related packages and modules.";
857     shortName = "Podman";
858   };
860   postgres = {
861     members = [
862       thoughtpolice
863       ma27
864       wolfgangwalther
865     ];
866     scope = "Maintain the PostgreSQL package and plugins along with the NixOS module.";
867     shortName = "PostgreSQL";
868     enableFeatureFreezePing = true;
869   };
871   python = {
872     members = [
873       hexa
874       natsukium
875     ];
876     scope = "Maintain the Python interpreter and related packages.";
877     shortName = "Python";
878     enableFeatureFreezePing = true;
879   };
881   qt-kde = {
882     members = [
883       ilya-fedin
884       k900
885       LunNova
886       mjm
887       nickcao
888       SuperSandro2000
889       ttuegel
890     ];
891     githubTeams = [ "qt-kde" ];
892     scope = "Maintain the Qt framework, KDE application suite, Plasma desktop environment and related projects.";
893     shortName = "Qt / KDE";
894     enableFeatureFreezePing = true;
895   };
897   r = {
898     members = [
899       b-rodrigues
900       bcdarwin
901       jbedo
902       kupac
903     ];
904     scope = "Maintain the R programming language and related packages.";
905     shortName = "R";
906     enableFeatureFreezePing = true;
907   };
909   redcodelabs = {
910     members = [
911       unrooted
912       wr0belj
913       wintrmvte
914     ];
915     scope = "Maintain Red Code Labs related packages and modules.";
916     shortName = "Red Code Labs";
917   };
919   release = {
920     members = [ ];
921     githubTeams = [ "nixos-release-managers" ];
922     scope = "Manage the current nixpkgs/NixOS release.";
923     shortName = "Release";
924   };
926   rocm = {
927     members = [
928       Madouura
929       Flakebi
930       mschwaig
931     ];
932     githubTeams = [ "rocm-maintainers" ];
933     scope = "Maintain ROCm and related packages.";
934     shortName = "ROCm";
935   };
937   ruby = {
938     members = [ ];
939     scope = "Maintain the Ruby interpreter and related packages.";
940     shortName = "Ruby";
941     enableFeatureFreezePing = true;
942   };
944   rust = {
945     members = [
946       figsoda
947       mic92
948       tjni
949       winter
950       zowoq
951     ];
952     githubTeams = [ "rust" ];
953     scope = "Maintain the Rust compiler toolchain and nixpkgs integration.";
954     shortName = "Rust";
955     enableFeatureFreezePing = true;
956   };
958   sage = {
959     members = [
960       timokau
961       omasanori
962       raskin
963       collares
964     ];
965     scope = "Maintain SageMath and the dependencies that are likely to break it.";
966     shortName = "SageMath";
967   };
969   sdl = {
970     members = [ ];
971     scope = "Maintain SDL libraries.";
972     shortName = "SDL";
973   };
975   sphinx = {
976     members = [ ];
977     scope = "Maintain Sphinx related packages.";
978     shortName = "Sphinx";
979   };
981   serokell = {
982     # Verify additions by approval of an already existing member of the team.
983     members = [ balsoft ];
984     scope = "Group registration for Serokell employees who collectively maintain packages.";
985     shortName = "Serokell employees";
986   };
988   stdenv = {
989     members = [
990       artturin
991       emily
992       ericson2314
993       philiptaron
994       reckenrode
995       RossComputerGuy
996     ];
997     scope = "Maintain the standard environment and its surrounding logic.";
998     shortName = "stdenv";
999     enableFeatureFreezePing = true;
1000     githubTeams = [ "stdenv" ];
1001   };
1003   steam = {
1004     members = [
1005       atemu
1006       k900
1007       mkg20001
1008     ];
1009     scope = "Maintain steam module and packages";
1010     shortName = "Steam";
1011   };
1013   stridtech = {
1014     # Verify additions by approval of an already existing member of the team
1015     members = [
1016       ulrikstrid
1017     ];
1018     scope = "Group registration for Strid Tech AB team members who collectively maintain packages";
1019     shortName = "StridTech";
1020   };
1022   swift = {
1023     members = [
1024       dduan
1025       stephank
1026       trepetti
1027       trundle
1028     ];
1029     scope = "Maintain Swift compiler suite for NixOS.";
1030     shortName = "Swift";
1031   };
1033   systemd = {
1034     members = [ ];
1035     githubTeams = [ "systemd" ];
1036     scope = "Maintain systemd for NixOS.";
1037     shortName = "systemd";
1038     enableFeatureFreezePing = true;
1039   };
1041   tests = {
1042     members = [ tfc ];
1043     scope = "Maintain the NixOS VM test runner.";
1044     shortName = "NixOS tests";
1045     enableFeatureFreezePing = true;
1046   };
1048   tts = {
1049     members = [ mic92 ];
1050     scope = "coqui-ai TTS (formerly Mozilla TTS) and leaf packages";
1051     shortName = "coqui-ai TTS";
1052   };
1054   vim = {
1055     members = [
1056       figsoda
1057       softinio
1058       teto
1059     ];
1060     scope = "Maintain the vim and neovim text editors and related packages.";
1061     shortName = "Vim/Neovim";
1062   };
1064   wdz = {
1065     members = [
1066       n0emis
1067       vidister
1068       johannwagner
1069       yuka
1070     ];
1071     scope = "Group registration for WDZ GmbH team members who collectively maintain packages.";
1072     shortName = "WDZ GmbH";
1073   };
1075   xen = {
1076     members = [
1077       hehongbo
1078       lach
1079       sigmasquadron
1080     ];
1081     scope = "Maintain the Xen Project Hypervisor and the related tooling ecosystem.";
1082     shortName = "Xen Project Hypervisor";
1083     enableFeatureFreezePing = true;
1084     githubTeams = [ "xen-project" ];
1085   };
1087   xfce = {
1088     members = [
1089       bobby285271
1090       romildo
1091       muscaln
1092     ];
1093     scope = "Maintain Xfce desktop environment and related packages.";
1094     shortName = "Xfce";
1095     enableFeatureFreezePing = true;
1096   };
1098   zig = {
1099     members = [ figsoda ];
1100     scope = "Maintain the Zig compiler toolchain and nixpkgs integration.";
1101     shortName = "Zig";
1102     enableFeatureFreezePing = true;
1103   };