mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
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.
This commit is contained in:
@@ -421,7 +421,6 @@ with lib.maintainers;
|
|||||||
frlan
|
frlan
|
||||||
leona
|
leona
|
||||||
osnyx
|
osnyx
|
||||||
ma27
|
|
||||||
];
|
];
|
||||||
scope = "Team for Flying Circus employees who collectively maintain packages.";
|
scope = "Team for Flying Circus employees who collectively maintain packages.";
|
||||||
shortName = "Flying Circus employees";
|
shortName = "Flying Circus employees";
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ let
|
|||||||
type:
|
type:
|
||||||
makeTest {
|
makeTest {
|
||||||
name = "oci-containers-podman-rootless-${type}";
|
name = "oci-containers-podman-rootless-${type}";
|
||||||
meta.maintainers = lib.teams.flyingcircus.members;
|
meta.maintainers = lib.teams.flyingcircus.members ++ [ lib.maintainers.ma27 ];
|
||||||
nodes = {
|
nodes = {
|
||||||
podman =
|
podman =
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|||||||
Reference in New Issue
Block a user