maintainers/teams: add beam team

This commit is contained in:
Eric Bailey
2021-02-07 13:01:11 -06:00
parent 2222cdb6c8
commit 35056b3b61
8 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec {
description = "A statically typed language for the Erlang VM";
homepage = "https://gleam.run/";
license = licenses.asl20;
maintainers = with maintainers; [ Br1ght0ne ];
maintainers = teams.beam.members;
};
}