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
This commit is contained in:
Morgan Jones 2024-12-26 15:16:42 -08:00
parent 42b2d9e789
commit 4cdcd2ba31
No known key found for this signature in database
GPG key ID: 52BAC54ED447974E

View file

@ -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