From 0c33aeca9e5821400863549ec7b1c5bb9a84c51b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 20 Mar 2019 20:54:40 +0100 Subject: [PATCH] Use HTTPS for submodule URLs. Goes easier through firewalls and also is encrypted. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index eb10bfcb7..0bd99777a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "toolchains"] path = toolchains - url = git://github.com/mosra/toolchains.git + url = https://github.com/mosra/toolchains.git