From 653e03921e3a7cb16790c9cb0fc9db80cc1606ca Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:55:54 +0100 Subject: [PATCH] Update repository URLs in package.json fix outdated URL --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2d7ad2de..68d91b25 100644 --- a/package.json +++ b/package.json @@ -14,14 +14,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/wled-dev/WLED.git" + "url": "git+https://github.com/wled/WLED.git" }, "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/wled-dev/WLED/issues" + "url": "https://github.com/wled/WLED/issues" }, - "homepage": "https://github.com/wled-dev/WLED#readme", + "homepage": "https://github.com/wled/WLED#readme", "dependencies": { "clean-css": "^5.3.3", "html-minifier-terser": "^7.2.0", @@ -31,4 +31,4 @@ "engines": { "node": ">=20.0.0" } -} \ No newline at end of file +}