diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-09-08 16:49:09 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-09-08 16:49:09 +0200 |
commit | 2fd0fa8c77dbaaf40ba0812e43b6637ff1d1d76e (patch) | |
tree | b035636976bd034b455b734130ad8c339e137340 | |
parent | 200af24ef417da7b2d54f6530b18b85db269cb2f (diff) |
Use public URL for submodule afb-utilities
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 54b5c1f..cb8ad34 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://gerrit.automotivelinux.org/gerrit/apps/app-templates [submodule "afb-utilities"] path = afb-utilities - url = git@github.com:iotbzh/afb-utilities + url = https://github.com/iotbzh/afb-utilities.git |