Unverified Commit 86738488 authored by Yorick's avatar Yorick Committed by GitHub
Browse files

Merge pull request #254376 from flyingcircusio/fcio-maintainers-team

maintainers/teams: add flyingcircus
parents 0991b303 a79571be
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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.";