summaryrefslogtreecommitdiffstats
path: root/maintainers/team-list.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-12-13 13:49:50 +0100
committerProfpatsch <mail@profpatsch.de>2021-12-16 17:47:34 +0100
commit5238c41fa06b029f807d7c349e25f00acf5bda0f (patch)
tree83b64492041dda9b8edcc9ef7dfc863d89d52113 /maintainers/team-list.nix
parenta15b2e876b036f6356cabb328bd8a758302051d5 (diff)
team-list: add bazel team
(refactor) We are going to set up a maintenance team for bazel & tools.
Diffstat (limited to 'maintainers/team-list.nix')
-rw-r--r--maintainers/team-list.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 5c6dea91e63e..85e92de9504e 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -29,6 +29,13 @@ with lib.maintainers; {
scope = "Maintain ACME-related packages and modules.";
};
+ bazel = {
+ members = [
+ mboes
+ ];
+ scope = "Bazel build tool & related tools https://bazel.build/";
+ };
+
beam = {
members = [
ankhers