From e19e2ed67060306ce3ffb545ee6845aa25405258 Mon Sep 17 00:00:00 2001 From: Pavel Ivashkov Date: Tue, 5 Sep 2017 11:32:36 +0300 Subject: [PATCH] refer to submodules over https --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 4b5976e..f44cf18 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "App Message Definitions"] path = App Message Definitions - url = git@github.com:PunchThrough/bean-serial-protocol.git + url = https://github.com/PunchThrough/bean-serial-protocol.git