From 6d8eefa36a3a3d6d096fe13d1fff99f8a917b2ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lo=C3=AFc=20Collignon?= Date: Wed, 1 Mar 2017 16:14:29 +0100 Subject: [PATCH] Changed submodules URL to use https instead of ssh. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I8614cca0ad386bdf6d2339e014a85d790da04d87 Signed-off-by: Loïc Collignon --- .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4df8d50c..de99e87d 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 -- 2.16.6