From de445a63602b6420f9756ea67fa193bc66fb0fc7 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sat, 27 Apr 2024 07:13:45 +0200 Subject: [PATCH] maintainers/team-list: remove ryantm from docs team --- maintainers/team-list.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 1f94dbe0cabe..3541f9fc93be 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -264,9 +264,7 @@ with lib.maintainers; { }; docs = { - members = [ - ryantm - ]; + members = [ ]; scope = "Maintain nixpkgs/NixOS documentation and tools for building it."; shortName = "Docs"; enableFeatureFreezePing = true;