From 7e0cd2f26330d8b8b41cd875e474ca39d0f43f01 Mon Sep 17 00:00:00 2001 From: Lorenzo Manacorda Date: Thu, 4 Apr 2024 20:33:36 +0200 Subject: [PATCH 1/2] team-list: leave docs team --- maintainers/team-list.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 60c5c7dadf55..9380e1e2aa21 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -257,7 +257,6 @@ with lib.maintainers; { docs = { members = [ - asymmetric ryantm ]; scope = "Maintain nixpkgs/NixOS documentation and tools for building it."; From d5f34a340986bbde405a3b50bffcb32ab64106d0 Mon Sep 17 00:00:00 2001 From: Lorenzo Manacorda Date: Thu, 4 Apr 2024 20:34:02 +0200 Subject: [PATCH 2/2] pkgs.nixdoc: leave maintainers --- pkgs/tools/nix/nixdoc/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/nix/nixdoc/default.nix b/pkgs/tools/nix/nixdoc/default.nix index 616ee90d9a3f..54d0c1be4ce6 100644 --- a/pkgs/tools/nix/nixdoc/default.nix +++ b/pkgs/tools/nix/nixdoc/default.nix @@ -22,7 +22,6 @@ rustPlatform.buildRustPackage rec { license = [ licenses.gpl3 ]; maintainers = with maintainers; [ infinisil - asymmetric hsjobeki ]; platforms = platforms.unix;