From ed79a66359926a14ba8a28145c020a65d429aa05 Mon Sep 17 00:00:00 2001 From: Zach Date: Sun, 2 May 2021 22:53:58 -0500 Subject: [PATCH] use `teams.beam.members` to add beam team to maintainers --- pkgs/development/tools/mix2nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/mix2nix/default.nix b/pkgs/development/tools/mix2nix/default.nix index 9fadaae89ea..893b43f83a3 100644 --- a/pkgs/development/tools/mix2nix/default.nix +++ b/pkgs/development/tools/mix2nix/default.nix @@ -19,6 +19,6 @@ stdenv.mkDerivation { meta = with lib; { description = "Generate nix expressions from mix.lock file."; license = licenses.mit; - maintainers = with maintainers; [ ydlr beam ]; + maintainers = with maintainers; [ ydlr ] ++ teams.beams.members; }; }