From 3b7f0311a5732aed4a17d939c52008820e849547 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:06:13 +0530 Subject: [PATCH] team-list: add johnrtitor to android team --- maintainers/team-list.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 4778365d5c9a..63cf97fd23b0 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -46,10 +46,11 @@ with lib.maintainers; android = { members = [ - numinit - hadilq - RossComputerGuy adrian-gierakowski + hadilq + johnrtitor + numinit + RossComputerGuy ]; scope = "Maintain Android-related tooling in nixpkgs."; githubTeams = [ "android" ];