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
@@ -69,6 +69,6 @@ in
license = licenses.epl10;
platforms = platforms.unix;
maintainers = with maintainers; [ havvy couchemar ankhers Br1ght0ne ];
maintainers = teams.beam.members;
};
})
@@ -126,7 +126,7 @@ in stdenv.mkDerivation ({
'';
platforms = platforms.unix;
maintainers = with maintainers; [ sjmackenzie couchemar gleber ];
maintainers = teams.beam.members;
license = licenses.asl20;
} // meta);
}
@@ -87,7 +87,7 @@ buildRebar3 {
downloadPage = "https://github.com/rvirding/lfe/releases";
license = licenses.asl20;
maintainers = with maintainers; [ yurrriq ankhers ];
maintainers = teams.beam.members;
platforms = platforms.unix;
};
}