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 +}