about summary refs log tree commit diff
path: root/maintainers/team-list.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-28 18:38:12 -0400
committerGitHub <noreply@github.com>2020-04-28 18:38:12 -0400
commit10bf212b4f032a529d1610c7417c58f80c62fe21 (patch)
tree861692a7da089f545f640311ddb0452b4f9746b9 /maintainers/team-list.nix
parent05328a49f618ac5c1193c782c4f9f13bbc5be947 (diff)
parent3112c0e7fa50b2615284866468792cda644e2f2d (diff)
Merge pull request #85589 from emilazy/add-acme-maintainers-team
Add ACME maintainers 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 55482b00a3de3..9fe952e54158d 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.";