use teams.beam.members to add beam team to maintainers

This commit is contained in:
Zach 2021-05-02 22:53:58 -05:00 committed by Raphael Megzari
parent 40da7cda40
commit ed79a66359

View File

@ -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;
};
}