From 43eaa20bf84538361a96977c3d856931cb7d485e Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Wed, 10 Sep 2025 08:55:33 +0800 Subject: [PATCH] notation: remove aaronjheng from maintainers --- pkgs/by-name/no/notation/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/no/notation/package.nix b/pkgs/by-name/no/notation/package.nix index 93127ccb8def..48ec6c69596c 100644 --- a/pkgs/by-name/no/notation/package.nix +++ b/pkgs/by-name/no/notation/package.nix @@ -49,7 +49,7 @@ buildGoModule (finalAttrs: { description = "CLI tool to sign and verify OCI artifacts and container images"; homepage = "https://notaryproject.dev/"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ aaronjheng ]; + maintainers = with lib.maintainers; [ ]; mainProgram = "notation"; }; })