mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03: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:
parent
42b2d9e789
commit
4cdcd2ba31
1 changed files with 13 additions and 0 deletions
|
@ -44,6 +44,19 @@ with lib.maintainers;
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
android = {
|
||||||
|
members = [
|
||||||
|
numinit
|
||||||
|
hadilq
|
||||||
|
RossComputerGuy
|
||||||
|
adrian-gierakowski
|
||||||
|
];
|
||||||
|
scope = "Maintain Android-related tooling in nixpkgs.";
|
||||||
|
githubTeams = [ "android" ];
|
||||||
|
shortName = "Android";
|
||||||
|
enableFeatureFreezePing = true;
|
||||||
|
};
|
||||||
|
|
||||||
bazel = {
|
bazel = {
|
||||||
members = [
|
members = [
|
||||||
mboes
|
mboes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue