summary refs log tree commit diff
path: root/maintainers/team-list.nix
diff options
context:
space:
mode:
authorEric Bailey <eric@ericb.me>2021-01-23 14:25:40 -0600
committerEric Bailey <eric@ericb.me>2021-02-07 13:01:11 -0600
commit35056b3b61a9919bbf143ce50d6cc5ceda848cde (patch)
tree692f5fda49e5e499a08db8683a78a6178c2e009f /maintainers/team-list.nix
parent2222cdb6c8e76a88eb953ccb3c9d12ad673eb30c (diff)
downloadnixpkgs-35056b3b61a9919bbf143ce50d6cc5ceda848cde.tar
nixpkgs-35056b3b61a9919bbf143ce50d6cc5ceda848cde.tar.gz
nixpkgs-35056b3b61a9919bbf143ce50d6cc5ceda848cde.tar.bz2
nixpkgs-35056b3b61a9919bbf143ce50d6cc5ceda848cde.tar.lz
nixpkgs-35056b3b61a9919bbf143ce50d6cc5ceda848cde.tar.xz
nixpkgs-35056b3b61a9919bbf143ce50d6cc5ceda848cde.tar.zst
nixpkgs-35056b3b61a9919bbf143ce50d6cc5ceda848cde.zip
maintainers/teams: add beam 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 b34c3f71bd8..7d778a8ae30 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -29,6 +29,18 @@ with lib.maintainers; {
     scope = "Maintain ACME-related packages and modules.";
   };
 
+  beam = {
+    members = [
+      ankhers
+      Br1ght0ne
+      DianaOlympos
+      gleber
+      happysalada
+      yurrriq
+    ];
+    scope = "Maintain BEAM-related packages and modules.";
+  };
+
   cinnamon = {
     members = [
       mkg20001