Unverified Commit 87a0f16c authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

notation: remove aaronjheng from maintainers (#441631)

parents 835ab475 43eaa20b
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";
  };
})