teams/flyingcircus: remove ma27 from members

By the end of the month, I'll leave Flying Circus. Thanks a lot for the
journey together <3

The rootless-test for podman is something I decided to keep since I'm
using parts of the features covered in there myself.

(cherry picked from commit 201cb3e519)
This commit is contained in:
Maximilian Bosch
2025-08-27 10:50:44 +02:00
committed by github-actions[bot]
parent e6b2a68fca
commit 73120866fa
2 changed files with 1 additions and 2 deletions

View File

@@ -421,7 +421,6 @@ with lib.maintainers;
frlan
leona
osnyx
ma27
];
scope = "Team for Flying Circus employees who collectively maintain packages.";
shortName = "Flying Circus employees";

View File

@@ -73,7 +73,7 @@ let
type:
makeTest {
name = "oci-containers-podman-rootless-${type}";
meta.maintainers = lib.teams.flyingcircus.members;
meta.maintainers = lib.teams.flyingcircus.members ++ [ lib.maintainers.ma27 ];
nodes = {
podman =
{ pkgs, ... }: