notation: remove aaronjheng from maintainers (#441631)

This commit is contained in:
Wolfgang Walther
2025-09-12 17:26:53 +00:00
committed by GitHub

View File

@@ -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";
};
})