From 3f23b38a128444f95273dedcfda06965e38b9ce2 Mon Sep 17 00:00:00 2001 From: Ariel Gentile Date: Tue, 19 Mar 2024 18:37:05 -0300 Subject: [PATCH] fix: repo url Signed-off-by: Ariel Gentile --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f66da8..e947450 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "homepage": "https://2060.io", "repository": { "type": "git", - "url": "https://gitlab.mobiera.com/2060/2060-service-agent" + "url": "https://github.com/2060-io/2060-service-agent" }, "bin": { "afj-rest": "bin/afj-rest.js"