From 4cdcd2ba31f816844a9555d1149b85e17f4ffb12 Mon Sep 17 00:00:00 2001 From: Morgan Jones Date: Thu, 26 Dec 2024 15:16:42 -0800 Subject: [PATCH] teams: create Android team We have needed this for a while, especially as it relates to coordinating Android repo updates. Create it with the people who expressed interest in: https://github.com/NixOS/nixpkgs/issues/359918 --- maintainers/team-list.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 97f984849265..66c2440b0bdc 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -44,6 +44,19 @@ with lib.maintainers; enableFeatureFreezePing = true; }; + android = { + members = [ + numinit + hadilq + RossComputerGuy + adrian-gierakowski + ]; + scope = "Maintain Android-related tooling in nixpkgs."; + githubTeams = [ "android" ]; + shortName = "Android"; + enableFeatureFreezePing = true; + }; + bazel = { members = [ mboes