notation: remove aaronjheng from maintainers (#441631)

authored by Wolfgang Walther and committed by GitHub 87a0f16c 835ab475

+1 -1
+1 -1
pkgs/by-name/no/notation/package.nix
··· 49 49 description = "CLI tool to sign and verify OCI artifacts and container images"; 50 50 homepage = "https://notaryproject.dev/"; 51 51 license = lib.licenses.asl20; 52 - maintainers = with lib.maintainers; [ aaronjheng ]; 52 + maintainers = with lib.maintainers; [ ]; 53 53 mainProgram = "notation"; 54 54 }; 55 55 })