diff --git a/package.json b/package.json index 4a5cade82..8061c7826 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/EvolutionAPI/evolution-api.git" + "url": "git+https://github.com/evolution-foundation/evolution-api.git" }, "keywords": [ "chat", @@ -49,9 +49,9 @@ }, "license": "Apache-2.0", "bugs": { - "url": "https://github.com/EvolutionAPI/evolution-api/issues" + "url": "https://github.com/evolution-foundation/evolution-api/issues" }, - "homepage": "https://github.com/EvolutionAPI/evolution-api#readme", + "homepage": "https://github.com/evolution-foundation/evolution-api#readme", "lint-staged": { "src/**/*.{ts,js}": [ "eslint --fix"