From a79571beca0ba89f184262947fc18e5121f56739 Mon Sep 17 00:00:00 2001 From: Leona Maroni Date: Sun, 10 Sep 2023 10:58:04 +0200 Subject: [PATCH] maintainers/teams: add flyingcircus --- maintainers/team-list.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 01b29e32cb9d..9e1567f8defa 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -294,6 +294,17 @@ with lib.maintainers; { githubTeams = [ "flutter" ]; }; + flyingcircus = { + # Verify additions by approval of an already existing member of the team. + members = [ + ctheune + dpausp + leona + ]; + scope = "Team for Flying Circus employees who collectively maintain packages."; + shortName = "Flying Circus employees"; + }; + freedesktop = { members = [ jtojnar ]; scope = "Maintain Freedesktop.org packages for graphical desktop.";