summary refs log tree commit diff
path: root/maintainers/team-list.nix
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2020-04-20 01:17:48 +0100
committerEmily <vcs@emily.moe>2020-04-20 01:36:02 +0100
commiteb43e8dd1b045d5a524465007b3d2a52f2732fed (patch)
treeb1ded6053d14c951e83792f1eba3a7b0890c540a /maintainers/team-list.nix
parentab0da25762b96555867b16e18b2c62ce650021c4 (diff)
downloadnixpkgs-eb43e8dd1b045d5a524465007b3d2a52f2732fed.tar
nixpkgs-eb43e8dd1b045d5a524465007b3d2a52f2732fed.tar.gz
nixpkgs-eb43e8dd1b045d5a524465007b3d2a52f2732fed.tar.bz2
nixpkgs-eb43e8dd1b045d5a524465007b3d2a52f2732fed.tar.lz
nixpkgs-eb43e8dd1b045d5a524465007b3d2a52f2732fed.tar.xz
nixpkgs-eb43e8dd1b045d5a524465007b3d2a52f2732fed.tar.zst
nixpkgs-eb43e8dd1b045d5a524465007b3d2a52f2732fed.zip
maintainers/teams: add acme team
Diffstat (limited to 'maintainers/team-list.nix')
-rw-r--r--maintainers/team-list.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 7efff7f45ec..16c902ab8c5 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -17,6 +17,18 @@
 
 { lib }:
 with lib.maintainers; {
+  acme = {
+    members = [
+      aanderse
+      andrew-d
+      arianvp
+      emily
+      flokli
+      m1cr0man
+    ];
+    scope = "Maintain ACME-related packages and modules.";
+  };
+
   freedesktop = {
     members = [ jtojnar worldofpeace ];
     scope = "Maintain Freedesktop.org packages for graphical desktop.";