rtorrent: 0.9.8-unstable -> 0.10.0 (#345364)
[NixPkgs.git] / maintainers / team-list.nix
blob546c944e0c53f4f7d3dfbf2021fbdd271496a22a
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 = [ toonn ];
198     githubTeams = [ "darwin-maintainers" ];
199     scope = "Maintain Darwin compatibility of packages and Darwin-only packages.";
200     shortName = "Darwin";
201     enableFeatureFreezePing = true;
202   };
204   cosmopolitan = {
205     members = [
206       bbjubjub
207       tomberek
208     ];
209     scope = "Maintain the Cosmopolitan LibC and related programs.";
210     shortName = "Cosmopolitan";
211   };
213   dotnet = {
214     members = [
215       mdarocha
216       corngood
217       ggg
218       raphaelr
219       jamiemagee
220       anpin
221     ];
222     scope = "Maintainers of the .NET build tools and packages";
223     shortName = "dotnet";
224   };
226   deepin = {
227     members = [ rewine ];
228     scope = "Maintain deepin desktop environment and related packages.";
229     shortName = "DDE";
230     enableFeatureFreezePing = true;
231   };
233   deshaw = {
234     # Verify additions to this team with at least one already existing member of the team.
235     members = [
236       de11n
237       invokes-su
238     ];
239     scope = "Group registration for D. E. Shaw employees who collectively maintain packages.";
240     shortName = "D. E. Shaw employees";
241   };
243   determinatesystems = {
244     # Verify additions to this team with at least one already existing member of the team.
245     members = [
246       cole-h
247       grahamc
248     ];
249     scope = "Group registration for packages maintained by Determinate Systems.";
250     shortName = "Determinate Systems employees";
251   };
253   dhall = {
254     members = [
255       Gabriella439
256       ehmry
257     ];
258     scope = "Maintain Dhall and related packages.";
259     shortName = "Dhall";
260     enableFeatureFreezePing = true;
261   };
263   docker = {
264     members = [
265       roberth
266       utdemir
267     ];
268     scope = "Maintain Docker and related tools.";
269     shortName = "DockerTools";
270   };
272   docs = {
273     members = [ ];
274     githubTeams = [ "documentation-team" ];
275     scope = "Maintain nixpkgs/NixOS documentation and tools for building it.";
276     shortName = "Docs";
277     enableFeatureFreezePing = true;
278   };
280   emacs = {
281     members = [ adisbladis ];
282     scope = "Maintain the Emacs editor and packages.";
283     shortName = "Emacs";
284   };
286   enlightenment = {
287     members = [ romildo ];
288     githubTeams = [ "enlightenment" ];
289     scope = "Maintain Enlightenment desktop environment and related packages.";
290     shortName = "Enlightenment";
291     enableFeatureFreezePing = true;
292   };
294   # Dummy group for the "everyone else" section
295   feature-freeze-everyone-else = {
296     members = [ ];
297     githubTeams = [
298       "nixpkgs-committers"
299       "release-engineers"
300     ];
301     scope = "Dummy team for the #everyone else' section during feture freezes, not to be used as package maintainers!";
302     shortName = "Everyone else";
303     enableFeatureFreezePing = true;
304   };
306   flutter = {
307     members = [
308       mkg20001
309       RossComputerGuy
310       FlafyDev
311       hacker1024
312     ];
313     scope = "Maintain Flutter and Dart-related packages and build tools";
314     shortName = "flutter";
315     enableFeatureFreezePing = false;
316     githubTeams = [ "flutter" ];
317   };
319   flyingcircus = {
320     # Verify additions by approval of an already existing member of the team.
321     members = [
322       theuni
323       dpausp
324       frlan
325       leona
326       osnyx
327       ma27
328       laalsaas
329     ];
330     scope = "Team for Flying Circus employees who collectively maintain packages.";
331     shortName = "Flying Circus employees";
332   };
334   formatter = {
335     members = [
336       piegames
337       infinisil
338       das_j
339       tomberek
340       _0x4A6F
341       # Not in the maintainer list
342       # Sereja313
343     ];
344     scope = "Tentative Nix formatter team to be established in https://github.com/NixOS/rfcs/pull/166";
345     shortName = "Nix formatter team";
346   };
348   freedesktop = {
349     members = [ jtojnar ];
350     scope = "Maintain Freedesktop.org packages for graphical desktop.";
351     shortName = "freedesktop.org packaging";
352   };
354   fslabs = {
355     # Verify additions to this team with at least one already existing member of the team.
356     members = [
357       greaka
358       lpostula
359     ];
360     scope = "Group registration for packages maintained by Foresight Spatial Labs.";
361     shortName = "Foresight Spatial Labs employees";
362   };
364   gcc = {
365     members = [
366       synthetica
367       vcunat
368       ericson2314
369     ];
370     scope = "Maintain GCC (GNU Compiler Collection) compilers";
371     shortName = "GCC";
372   };
374   geospatial = {
375     members = [
376       autra
377       imincik
378       l0b0
379       nh2
380       nialov
381       sikmir
382       willcohen
383     ];
384     githubTeams = [ "geospatial" ];
385     scope = "Maintain geospatial packages.";
386     shortName = "Geospatial";
387     enableFeatureFreezePing = true;
388   };
390   gitlab = {
391     members = [
392       globin
393       krav
394       talyz
395       yayayayaka
396     ];
397     scope = "Maintain gitlab packages.";
398     shortName = "gitlab";
399   };
401   golang = {
402     members = [
403       kalbasit
404       katexochen
405       mic92
406       zowoq
407       qbit
408       mfrw
409     ];
410     githubTeams = [ "golang" ];
411     scope = "Maintain Golang compilers.";
412     shortName = "Go";
413     enableFeatureFreezePing = true;
414   };
416   gnome = {
417     members = [
418       bobby285271
419       hedning
420       jtojnar
421       dasj19
422     ];
423     githubTeams = [ "gnome" ];
424     scope = "Maintain GNOME desktop environment and platform.";
425     shortName = "GNOME";
426     enableFeatureFreezePing = true;
427   };
429   graalvm-ce = {
430     members = [
431       bandresen
432       hlolli
433       glittershark
434       ericdallo
435       thiagokokada
436     ];
437     scope = "Maintain GraalVM Community Edition packages.";
438     shortName = "GraalVM-CE";
439   };
441   haskell = {
442     members = [
443       cdepillabout
444       expipiplus1
445       maralorn
446       ncfavier
447       sternenseemann
448     ];
449     githubTeams = [ "haskell" ];
450     scope = "Maintain Haskell packages and infrastructure.";
451     shortName = "Haskell";
452     enableFeatureFreezePing = true;
453   };
455   helsinki-systems = {
456     # Verify additions to this team with at least one already existing member of the team.
457     members = [
458       das_j
459       conni2461
460     ];
461     scope = "Group registration for packages maintained by Helsinki Systems";
462     shortName = "Helsinki Systems employees";
463   };
465   home-assistant = {
466     members = [
467       fab
468       hexa
469       mic92
470     ];
471     scope = "Maintain the Home Assistant ecosystem";
472     shortName = "Home Assistant";
473   };
475   infisical = {
476     members = [ akhilmhdh ];
477     scope = "Maintain Infisical";
478     shortName = "Infisical";
479   };
481   iog = {
482     members = [
483       cleverca22
484       disassembler
485       manveru
486       nrdxp
487     ];
488     scope = "Input-Output Global employees, which maintain critical software";
489     shortName = "Input-Output Global employees";
490   };
492   jitsi = {
493     members = [
494       cleeyv
495       ryantm
496       lassulus
497       yayayayaka
498       asymmetric
499     ];
500     scope = "Maintain Jitsi.";
501     shortName = "Jitsi";
502   };
504   jupyter = {
505     members = [
506       GaetanLepage
507       natsukium
508       thomasjm
509     ];
510     scope = "Maintain Jupyter and related packages.";
511     shortName = "Jupyter";
512   };
514   k3s = {
515     githubTeams = [ "k3s" ];
516     members = [
517       euank
518       frederictobiasc
519       marcusramberg
520       mic92
521       rorosen
522       wrmilling
523       yajo
524     ];
525     scope = "Maintain K3s package, NixOS module, NixOS tests, update script";
526     shortName = "K3s";
527   };
529   kubernetes = {
530     members = [
531       johanot
532       offline
533       saschagrunert
534       srhb
535     ];
536     scope = "Maintain the Kubernetes package and module";
537     shortName = "Kubernetes";
538   };
540   kodi = {
541     members = [
542       aanderse
543       cpages
544       dschrempf
545       edwtjo
546       kazenyuk
547       minijackson
548       peterhoeg
549       sephalon
550     ];
551     scope = "Maintain Kodi and related packages.";
552     shortName = "Kodi";
553   };
555   libretro = {
556     members = [
557       aanderse
558       edwtjo
559       thiagokokada
560     ];
561     scope = "Maintain Libretro, RetroArch and related packages.";
562     shortName = "Libretro";
563   };
565   linux-kernel = {
566     members = [
567       TredwellGit
568       k900
569       ma27
570       nequissimus
571       qyliss
572     ];
573     scope = "Maintain the Linux kernel.";
574     shortName = "Linux Kernel";
575   };
577   lisp = {
578     members = [
579       raskin
580       lukego
581       nagy
582       uthar
583       hraban
584     ];
585     githubTeams = [ "lisp" ];
586     scope = "Maintain the Lisp ecosystem.";
587     shortName = "lisp";
588     enableFeatureFreezePing = true;
589   };
591   llvm = {
592     members = [
593       dtzWill
594       ericson2314
595       lovek323
596       qyliss
597       RossComputerGuy
598       rrbutani
599       sternenseemann
600     ];
601     githubTeams = [ "llvm" ];
602     scope = "Maintain LLVM package sets and related packages";
603     shortName = "LLVM";
604     enableFeatureFreezePing = true;
605   };
607   lomiri = {
608     members = [ OPNA2608 ];
609     scope = "Maintain Lomiri desktop environment and related packages.";
610     shortName = "Lomiri";
611     enableFeatureFreezePing = true;
612   };
614   lumiguide = {
615     # Verify additions by approval of an already existing member of the team.
616     members = [
617       roelvandijk
618       lucus16
619     ];
620     scope = "Group registration for LumiGuide employees who collectively maintain packages.";
621     shortName = "Lumiguide employees";
622   };
624   lua = {
625     githubTeams = [ "lua" ];
626     scope = "Maintain the lua ecosystem.";
627     shortName = "lua";
628     enableFeatureFreezePing = true;
629   };
631   lumina = {
632     members = [ romildo ];
633     githubTeams = [ "lumina" ];
634     scope = "Maintain lumina desktop environment and related packages.";
635     shortName = "Lumina";
636     enableFeatureFreezePing = true;
637   };
639   lxc = {
640     members = [
641       aanderse
642       adamcstephens
643       jnsgruk
644       megheaiulian
645       mkg20001
646     ];
647     scope = "All things linuxcontainers. LXC, Incus, LXD and related packages.";
648     shortName = "lxc";
649   };
651   lxqt = {
652     members = [ romildo ];
653     githubTeams = [ "lxqt" ];
654     scope = "Maintain LXQt desktop environment and related packages.";
655     shortName = "LXQt";
656     enableFeatureFreezePing = true;
657   };
659   marketing = {
660     members = [
661       garbas
662       tomberek
663     ];
664     scope = "Marketing of Nix/NixOS/nixpkgs.";
665     shortName = "Marketing";
666     enableFeatureFreezePing = true;
667   };
669   mate = {
670     members = [
671       bobby285271
672       j03
673       romildo
674     ];
675     scope = "Maintain Mate desktop environment and related packages.";
676     shortName = "MATE";
677     enableFeatureFreezePing = true;
678   };
680   matrix = {
681     members = [
682       ma27
683       fadenb
684       mguentner
685       ralith
686       dandellion
687       sumnerevans
688       nickcao
689       teutat3s
690     ];
691     scope = "Maintain the ecosystem around Matrix, a decentralized messenger.";
692     shortName = "Matrix";
693   };
695   minimal-bootstrap = {
696     members = [
697       alejandrosame
698       artturin
699       emilytrau
700       ericson2314
701       jk
702       siraben
703     ];
704     scope = "Maintain the minimal-bootstrap toolchain and related packages.";
705     shortName = "Minimal Bootstrap";
706   };
708   mercury = {
709     members = [
710       _9999years
711       Gabriella439
712     ];
713     scope = "Group registry for packages maintained by Mercury";
714     shortName = "Mercury Employees";
715   };
717   nix = {
718     members = [
719       eelco
720       grahamc
721       pierron
722     ];
723     scope = "Maintain the Nix package manager.";
724     shortName = "Nix/nix-cli ecosystem";
725     enableFeatureFreezePing = true;
726   };
728   lix = {
729     members = [
730       raitobezarius
731       qyriad
732     ];
733     scope = "Maintain the Lix package manager inside of Nixpkgs.";
734     shortName = "Lix ecosystem";
735     enableFeatureFreezePing = true;
736   };
738   module-system = {
739     members = [
740       infinisil
741       roberth
742     ];
743     scope = "Maintain the Nixpkgs module system.";
744     shortName = "Module system";
745     enableFeatureFreezePing = true;
746   };
748   node = {
749     members = [ winter ];
750     scope = "Maintain Node.js runtimes and build tooling.";
751     shortName = "Node.js";
752     enableFeatureFreezePing = true;
753   };
755   ocaml = {
756     members = [ alizter ];
757     githubTeams = [ "ocaml" ];
758     scope = "Maintain the OCaml compiler and package set.";
759     shortName = "OCaml";
760     enableFeatureFreezePing = true;
761   };
763   openstack = {
764     members = [
765       SuperSandro2000
766       anthonyroussel
767       vinetos
768     ];
769     scope = "Maintain the ecosystem around OpenStack";
770     shortName = "OpenStack";
771   };
773   ororatech = {
774     # email: nixdevs@ororatech.com
775     shortName = "OroraTech GmbH. employees";
776     scope = "Team for packages maintained by employees of OroraTech GmbH.";
777     # Edits to this list should only be done by an already existing member.
778     members = [
779       kip93
780       victormeriqui
781     ];
782   };
784   pantheon = {
785     members = [
786       davidak
787       bobby285271
788     ];
789     githubTeams = [ "pantheon" ];
790     scope = "Maintain Pantheon desktop environment and platform.";
791     shortName = "Pantheon";
792     enableFeatureFreezePing = true;
793   };
795   perl = {
796     members = [
797       sgo
798       marcusramberg
799       zakame
800     ];
801     scope = "Maintain the Perl interpreter and Perl packages.";
802     shortName = "Perl";
803     enableFeatureFreezePing = true;
804   };
806   php = {
807     members = [
808       aanderse
809       drupol
810       ma27
811       piotrkwiecinski
812       talyz
813     ];
814     githubTeams = [ "php" ];
815     scope = "Maintain PHP related packages and extensions.";
816     shortName = "PHP";
817     enableFeatureFreezePing = true;
818   };
820   podman = {
821     members = [
822       saschagrunert
823       vdemeester
824     ];
825     githubTeams = [ "podman" ];
826     scope = "Maintain Podman and CRI-O related packages and modules.";
827     shortName = "Podman";
828   };
830   postgres = {
831     members = [ thoughtpolice ];
832     scope = "Maintain the PostgreSQL package and plugins along with the NixOS module.";
833     shortName = "PostgreSQL";
834   };
836   python = {
837     members = [
838       hexa
839       natsukium
840     ];
841     scope = "Maintain the Python interpreter and related packages.";
842     shortName = "Python";
843     enableFeatureFreezePing = true;
844   };
846   qt-kde = {
847     members = [
848       ilya-fedin
849       k900
850       LunNova
851       mjm
852       nickcao
853       SuperSandro2000
854       ttuegel
855     ];
856     githubTeams = [ "qt-kde" ];
857     scope = "Maintain the Qt framework, KDE application suite, Plasma desktop environment and related projects.";
858     shortName = "Qt / KDE";
859     enableFeatureFreezePing = true;
860   };
862   r = {
863     members = [
864       b-rodrigues
865       bcdarwin
866       jbedo
867       kupac
868     ];
869     scope = "Maintain the R programming language and related packages.";
870     shortName = "R";
871     enableFeatureFreezePing = true;
872   };
874   redcodelabs = {
875     members = [
876       unrooted
877       wr0belj
878       wintrmvte
879     ];
880     scope = "Maintain Red Code Labs related packages and modules.";
881     shortName = "Red Code Labs";
882   };
884   release = {
885     members = [ ];
886     githubTeams = [ "nixos-release-managers" ];
887     scope = "Manage the current nixpkgs/NixOS release.";
888     shortName = "Release";
889   };
891   rocm = {
892     members = [
893       Madouura
894       Flakebi
895       mschwaig
896     ];
897     githubTeams = [ "rocm-maintainers" ];
898     scope = "Maintain ROCm and related packages.";
899     shortName = "ROCm";
900   };
902   ruby = {
903     members = [ ];
904     scope = "Maintain the Ruby interpreter and related packages.";
905     shortName = "Ruby";
906     enableFeatureFreezePing = true;
907   };
909   rust = {
910     members = [
911       figsoda
912       mic92
913       tjni
914       winter
915       zowoq
916     ];
917     githubTeams = [ "rust" ];
918     scope = "Maintain the Rust compiler toolchain and nixpkgs integration.";
919     shortName = "Rust";
920     enableFeatureFreezePing = true;
921   };
923   sage = {
924     members = [
925       timokau
926       omasanori
927       raskin
928       collares
929     ];
930     scope = "Maintain SageMath and the dependencies that are likely to break it.";
931     shortName = "SageMath";
932   };
934   sdl = {
935     members = [ ];
936     scope = "Maintain SDL libraries.";
937     shortName = "SDL";
938   };
940   sphinx = {
941     members = [ ];
942     scope = "Maintain Sphinx related packages.";
943     shortName = "Sphinx";
944   };
946   serokell = {
947     # Verify additions by approval of an already existing member of the team.
948     members = [ balsoft ];
949     scope = "Group registration for Serokell employees who collectively maintain packages.";
950     shortName = "Serokell employees";
951   };
953   steam = {
954     members = [
955       atemu
956       k900
957       mkg20001
958     ];
959     scope = "Maintain steam module and packages";
960     shortName = "Steam";
961   };
963   stridtech = {
964     # Verify additions by approval of an already existing member of the team
965     members = [
966       ulrikstrid
967     ];
968     scope = "Group registration for Strid Tech AB team members who collectively maintain packages";
969     shortName = "StridTech";
970   };
972   swift = {
973     members = [
974       dduan
975       stephank
976       trepetti
977       trundle
978     ];
979     scope = "Maintain Swift compiler suite for NixOS.";
980     shortName = "Swift";
981   };
983   systemd = {
984     members = [ ];
985     githubTeams = [ "systemd" ];
986     scope = "Maintain systemd for NixOS.";
987     shortName = "systemd";
988     enableFeatureFreezePing = true;
989   };
991   tests = {
992     members = [ tfc ];
993     scope = "Maintain the NixOS VM test runner.";
994     shortName = "NixOS tests";
995     enableFeatureFreezePing = true;
996   };
998   tts = {
999     members = [ mic92 ];
1000     scope = "coqui-ai TTS (formerly Mozilla TTS) and leaf packages";
1001     shortName = "coqui-ai TTS";
1002   };
1004   vim = {
1005     members = [
1006       figsoda
1007       softinio
1008       teto
1009     ];
1010     scope = "Maintain the vim and neovim text editors and related packages.";
1011     shortName = "Vim/Neovim";
1012   };
1014   wdz = {
1015     members = [
1016       n0emis
1017       vidister
1018       johannwagner
1019       yuka
1020     ];
1021     scope = "Group registration for WDZ GmbH team members who collectively maintain packages.";
1022     shortName = "WDZ GmbH";
1023   };
1025   xen = {
1026     members = [
1027       hehongbo
1028       lach
1029       rane
1030       sigmasquadron
1031     ];
1032     scope = "Maintain the Xen Project Hypervisor and the related tooling ecosystem.";
1033     shortName = "Xen Project Hypervisor";
1034     enableFeatureFreezePing = true;
1035     githubTeams = [ "xen-project" ];
1036   };
1038   xfce = {
1039     members = [
1040       bobby285271
1041       romildo
1042       muscaln
1043     ];
1044     scope = "Maintain Xfce desktop environment and related packages.";
1045     shortName = "Xfce";
1046     enableFeatureFreezePing = true;
1047   };
1049   zig = {
1050     members = [ figsoda ];
1051     scope = "Maintain the Zig compiler toolchain and nixpkgs integration.";
1052     shortName = "Zig";
1053     enableFeatureFreezePing = true;
1054   };