From 15e9be12cab4e114e1e4974e213c74cbd359f714 Mon Sep 17 00:00:00 2001 From: Kururu Date: Tue, 15 Sep 2026 08:59:17 +0300 Subject: [PATCH] docs(package): update repository URLs to evolution-foundation --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"