From 3e3d4dd9468d25101021b3b2c96be919a053e72e Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Wed, 24 Jul 2019 17:12:20 -0400 Subject: [PATCH] use https urls for git submodules --- .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index b22231c45e..4f4edfa2dd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule "packages-premium"] path = packages-premium - url = git@github.com:fullcalendar/fullcalendar-scheduler.git + url = https://github.com/fullcalendar/fullcalendar-scheduler.git [submodule "packages-contrib/vue"] path = packages-contrib/vue - url = git@github.com:fullcalendar/fullcalendar-vue.git + url = https://github.com/fullcalendar/fullcalendar-vue.git [submodule "packages-contrib/react"] path = packages-contrib/react - url = git@github.com:fullcalendar/fullcalendar-react.git + url = https://github.com/fullcalendar/fullcalendar-react.git [submodule "packages-contrib/angular"] path = packages-contrib/angular - url = git@github.com:fullcalendar/fullcalendar-angular.git + url = https://github.com/fullcalendar/fullcalendar-angular.git [submodule "example-projects"] path = example-projects - url = git@github.com:fullcalendar/fullcalendar-example-projects.git + url = https://github.com/fullcalendar/fullcalendar-example-projects.git