From b4b260d8ce7f2c7d499f91f56cc81bd8e3fc1892 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Mon, 30 Oct 2017 17:42:07 +0100 Subject: Fix submodule path Signed-off-by: Ronan Le Martret --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 40fc92d..0d9d20c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = https://github.com/iotbzh/afb-utilities.git [submodule "hal-utilities-4a"] path = hal-utilities-4a - url = git@github.com:fulup-bzh/hal-utilities-4a + url = https://github.com/fulup-bzh/hal-utilities-4a.git -- cgit 1.2.3-korg