summary refs log tree commit diff
path: root/maintainers
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
parenta15b2e876b036f6356cabb328bd8a758302051d5 (diff)
downloadnixpkgs-5238c41fa06b029f807d7c349e25f00acf5bda0f.tar
nixpkgs-5238c41fa06b029f807d7c349e25f00acf5bda0f.tar.gz
nixpkgs-5238c41fa06b029f807d7c349e25f00acf5bda0f.tar.bz2
nixpkgs-5238c41fa06b029f807d7c349e25f00acf5bda0f.tar.lz
nixpkgs-5238c41fa06b029f807d7c349e25f00acf5bda0f.tar.xz
nixpkgs-5238c41fa06b029f807d7c349e25f00acf5bda0f.tar.zst
nixpkgs-5238c41fa06b029f807d7c349e25f00acf5bda0f.zip
team-list: add bazel team
(refactor)

We are going to set up a maintenance team for bazel & tools.
Diffstat (limited to 'maintainers')
-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 5c6dea91e63..85e92de9504 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