From 97d2645e0425b98e7e5fbdfc83b48ba83ba31c0b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier <contact@jbpasquier.eu> Date: Thu, 23 Apr 2020 10:50:25 +0000 Subject: [PATCH] cicd: fix git url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 402b350..42c5a58 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "sib-chat.js", "repository": { "type": "git", - "url": "git@git.happy-dev.fr:startinblox/components/sib-chat.git" + "url": "git@git.startinblox.com:components/sib-chat.git" }, "author": "Alexandre Bourlier", "license": "MIT", -- GitLab