mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user