notation: remove aaronjheng from maintainers (#441631)

Changed files
+1 -1
pkgs
by-name
no
notation
+1 -1
pkgs/by-name/no/notation/package.nix
···
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";
};
})