diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-09-13 12:14:49 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-14 11:00:25 +0100 |
commit | fc89a7dfec81d5409e340ed511e0546d64ad7441 (patch) | |
tree | b2f5b57796be525952d57c30892b7564527ae9eb /.gitmodules | |
parent | d663f702c0e4fa562783504a483dce8f362d628e (diff) |
Use public https github url instead of ssh one
Change-Id: Ifb07c6f4b391af13f5b0cb4fa96d9a513160f584
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 93a59a1..27a02f2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "afb-utilities"] path = afb-utilities - url = git@github.com:iotbzh/afb-utilities + url = https://github.com/iotbzh/afb-utilities.git [submodule "conf.d/app-templates"] path = conf.d/app-templates url = https://gerrit.automotivelinux.org/gerrit/apps/app-templates |