From: Loïc Collignon Date: Wed, 1 Mar 2017 15:14:29 +0000 (+0100) Subject: Changed submodules URL to use https instead of ssh. X-Git-Tag: 3.99.1~420^2~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=6d8eefa36a3a3d6d096fe13d1fff99f8a917b2ac;p=apps%2Flow-level-can-service.git Changed submodules URL to use https instead of ssh. Change-Id: I8614cca0ad386bdf6d2339e014a85d790da04d87 Signed-off-by: Loïc Collignon --- diff --git a/.gitmodules b/.gitmodules index 4df8d50..de99e87 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule "src/libs/openxc-message-format"] path = src/libs/openxc-message-format - url = git@github.com:openxc/openxc-message-format.git + url = https://github.com/openxc/openxc-message-format.git [submodule "src/libs/nanopb"] path = src/libs/nanopb - url = git@github.com:nanopb/nanopb.git + url = https://github.com/nanopb/nanopb.git [submodule "src/libs/uds-c"] path = src/libs/uds-c - url = git@github.com:openxc/uds-c.git + url = https://github.com/openxc/uds-c.git [submodule "src/libs/bitfield-c"] path = src/libs/bitfield-c - url = git@github.com:openxc/bitfield-c.git + url = https://github.com/openxc/bitfield-c.git [submodule "src/libs/isotp-c"] path = src/libs/isotp-c - url = git@github.com:openxc/isotp-c.git + url = https://github.com/openxc/isotp-c.git