From 3a7b8ac7b8500288b2a8317bd993b742be58bc11 Mon Sep 17 00:00:00 2001 From: Jason Jean Date: Fri, 27 Sep 2024 16:07:02 -0400 Subject: [PATCH] fix(rspack): update url repository url (#28181) ## Current Behavior `@nrwl/rspack` is not being released because the repository url is incorrect. ## Expected Behavior `@nrwl/rspack` is released... for now because the repository url is correct. ## Related Issue(s) Fixes # --- packages-legacy/rspack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages-legacy/rspack/package.json b/packages-legacy/rspack/package.json index f5e2066f960db..68305ae7a0f08 100644 --- a/packages-legacy/rspack/package.json +++ b/packages-legacy/rspack/package.json @@ -4,7 +4,7 @@ "type": "commonjs", "repository": { "type": "git", - "url": "https://github.com/nrwl/nx-labs.git", + "url": "https://github.com/nrwl/nx.git", "directory": "packages-legacy/rspack" }, "keywords": [