From 193cb0d8cee59aa163edc1c1dd2184db7fc34251 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Wed, 10 Apr 2019 12:50:00 +0200 Subject: [PATCH] fix submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 6108b72..d4f3b3c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/nlohmann/json.git [submodule "3rdparty/singleapplication"] path = 3rdparty/singleapplication - url = git@github.com:itay-grudev/SingleApplication.git + url = https://github.com/itay-grudev/SingleApplication.git