From 9de991b142165f4b2ea1167e3550692704921c08 Mon Sep 17 00:00:00 2001 From: Javier Villar Date: Tue, 5 Apr 2022 15:04:57 +0200 Subject: [PATCH] Using https for self main repository url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97bffebf55..0d760d833d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "CARTO UI frontend", "repository": { "type": "git", - "url": "github:CartoDB/cartodb.git" + "url": "https://github.com/CartoDB/cartodb.git" }, "author": { "name": "CARTO",