Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

112 rader
1.9 KiB

  1. /* List of maintainer teams.
  2. name = {
  3. # Required
  4. members = [ maintainer1 maintainer2 ];
  5. scope = "Maintain foo packages.";
  6. };
  7. where
  8. - `members` is the list of maintainers belonging to the group,
  9. - `scope` describes the scope of the group.
  10. More fields may be added in the future.
  11. Please keep the list alphabetically sorted.
  12. */
  13. { lib }:
  14. with lib.maintainers; {
  15. acme = {
  16. members = [
  17. aanderse
  18. andrew-d
  19. arianvp
  20. emily
  21. flokli
  22. m1cr0man
  23. ];
  24. scope = "Maintain ACME-related packages and modules.";
  25. };
  26. cinnamon = {
  27. members = [
  28. mkg20001
  29. ];
  30. scope = "Maintain Cinnamon desktop environment and applications made by the LinuxMint team.";
  31. };
  32. freedesktop = {
  33. members = [ jtojnar worldofpeace ];
  34. scope = "Maintain Freedesktop.org packages for graphical desktop.";
  35. };
  36. golang = {
  37. members = [
  38. c00w
  39. cstrahan
  40. Frostman
  41. kalbasit
  42. mdlayher
  43. mic92
  44. orivej
  45. rvolosatovs
  46. zowoq
  47. ];
  48. scope = "Maintain Golang compilers.";
  49. };
  50. gnome = {
  51. members = [
  52. hedning
  53. jtojnar
  54. worldofpeace
  55. dasj19
  56. ];
  57. scope = "Maintain GNOME desktop environment and platform.";
  58. };
  59. jitsi = {
  60. members = [
  61. mmilata
  62. petabyteboy
  63. prusnak
  64. ryantm
  65. ];
  66. scope = "Maintain Jitsi.";
  67. };
  68. matrix = {
  69. members = [
  70. ma27
  71. pacien
  72. fadenb
  73. mguentner
  74. ekleog
  75. ralith
  76. ];
  77. scope = "Maintain the ecosystem around Matrix, a decentralized messenger.";
  78. };
  79. php = {
  80. members = [
  81. aanderse
  82. etu
  83. globin
  84. ma27
  85. talyz
  86. ];
  87. scope = "Maintain PHP related packages and extensions.";
  88. };
  89. podman = {
  90. members = [
  91. adisbladis
  92. saschagrunert
  93. vdemeester
  94. zowoq
  95. ];
  96. scope = "Maintain Podman and CRI-O related packages and modules.";
  97. };
  98. }