about summary refs log tree commit diff
path: root/nixos/modules
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 /nixos/modules
parent2222cdb6c8e76a88eb953ccb3c9d12ad673eb30c (diff)
maintainers/teams: add beam team
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/networking/epmd.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/epmd.nix b/nixos/modules/services/networking/epmd.nix
index 692b75e4f0865..f7cdc0fe79c04 100644
--- a/nixos/modules/services/networking/epmd.nix
+++ b/nixos/modules/services/networking/epmd.nix
@@ -53,4 +53,6 @@ in
       };
     };
   };
+
+  meta.maintainers = teams.beam.members;
 }