update submodule to use https and specify branch (#2346)
Co-authored-by: Omar López <zomars@me.com>
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user