From fb403661802a3500299d6f11ecc888117188b92b Mon Sep 17 00:00:00 2001 From: Mike Haas Date: Tue, 17 Dec 2024 19:12:16 -0500 Subject: [PATCH] chore(core): nx plugin modification @nx-tools/nx-container (#29394) This is just a simple url update, you can observe the old url is no longer valid because the structure of the git repo has changed Co-authored-by: Michael Haas --- community/approved-plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 56417001c4413..38fe272acbfb3 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -387,7 +387,7 @@ { "name": "@nx-tools/nx-container", "description": "Nx plugin to build OCI containers with Docker, Podman or Kaniko.", - "url": "https://github.com/gperdomor/nx-tools/tree/main/packages/nx-container" + "url": "https://github.com/gperdomor/nx-tools/tree/main/plugins/nx-container" }, { "name": "@nxrocks/nx-melos",