fix typo in maintainers list

This commit is contained in:
Zach 2021-05-02 23:10:06 -05:00 committed by Raphael Megzari
parent ed79a66359
commit 02e934e94d

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 ] ++ teams.beams.members;
maintainers = with maintainers; [ ydlr ] ++ teams.beam.members;
};
}