Unverified Commit 4cdcd2ba authored by Morgan Jones's avatar Morgan Jones
Browse files

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
parent 42b2d9e7
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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