update submodule to use https and specify branch (#2346)

Co-authored-by: Omar López <zomars@me.com>
This commit is contained in:
Colin Griffin 2022-04-01 14:35:48 -04:00 committed by GitHub
parent f2436d2a04
commit be6ca25f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.gitmodules vendored
View File

@ -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