From be6ca25f08bc31cc75a6834b492f7a54bfb22cc1 Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Fri, 1 Apr 2022 14:35:48 -0400 Subject: [PATCH] update submodule to use https and specify branch (#2346) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Omar López --- .gitmodules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 508657d224..be6c917930 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,8 @@ [submodule "apps/api"] path = apps/api - url = git@github.com:calcom/api.git + url = https://github.com/calcom/api.git + branch = main [submodule "apps/website"] path = apps/website - url = git@github.com:calcom/website.git + url = https://github.com/calcom/website.git + branch = main