Unverified Commit 43eaa20b authored by Aaron Jheng's avatar Aaron Jheng
Browse files

notation: remove aaronjheng from maintainers

parent 429fe18d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
})