diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-10-30 17:42:07 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-10-30 17:42:07 +0100 |
commit | b4b260d8ce7f2c7d499f91f56cc81bd8e3fc1892 (patch) | |
tree | 587b972525e0aa102855ba2189e9f92a2aa204ce | |
parent | 4d5bc0ad794aba9b732b73ddb3c289b085b63d49 (diff) |
Fix submodule path
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |