diff --git a/pkgs/development/tools/mix2nix/default.nix b/pkgs/development/tools/mix2nix/default.nix index 893b43f83a3..b6f9bdace02 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 ] ++ teams.beams.members; + maintainers = with maintainers; [ ydlr ] ++ teams.beam.members; }; }