From 9604f5c317348bcf2386c24b9066a0d214772115 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Thu, 6 Jul 2023 13:57:13 -0300 Subject: [PATCH] feat: Route to send status broadcast --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5c50a877..1feb80af 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/DavidsonGomes/evolution-api.git" + "url": "git+https://github.com/EvolutionAPI/evolution-api.git" }, "keywords": [ "chat", @@ -36,9 +36,9 @@ }, "license": "GPL-3.0", "bugs": { - "url": "https://github.com/DavidsonGomes/evolution-api/issues" + "url": "https://github.com/EvolutionAPI/evolution-api/issues" }, - "homepage": "https://github.com/DavidsonGomes/evolution-api#readme", + "homepage": "https://github.com/EvolutionAPI/evolution-api#readme", "dependencies": { "@whiskeysockets/baileys": "github:EvolutionAPI/Baileys", "@adiwajshing/keyed-db": "^0.2.4",