Skip to content

Commit

Permalink
update submodule to use https and specify branch (calcom#2346)
Browse files Browse the repository at this point in the history
Co-authored-by: Omar López <zomars@me.com>
  • Loading branch information
krumware and zomars committed Apr 1, 2022
1 parent f2436d2 commit be6ca25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit be6ca25

Please sign in to comment.