From 73120866fa6e1b1e4bdf182df3e2f8650bead859 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Wed, 27 Aug 2025 10:50:44 +0200 Subject: [PATCH] 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 201cb3e5190cbaa5fa484d9c8cd85fed89926855) --- maintainers/team-list.nix | 1 - nixos/tests/oci-containers.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 0afc2ae4d8f1..fdb9994e887c 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -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"; diff --git a/nixos/tests/oci-containers.nix b/nixos/tests/oci-containers.nix index d50a8c44aaa4..9d41e4baffdf 100644 --- a/nixos/tests/oci-containers.nix +++ b/nixos/tests/oci-containers.nix @@ -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, ... }: