Unverified Commit 201cb3e5 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

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.
parent 36177855
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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, ... }: