From ca8ddb51ac7efc2ec93b635a08bee46576fa5cb7 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sun, 11 Dec 2016 21:06:54 -0800 Subject: [PATCH] Use https for librfxcodec reference The git protocol is so limited that GitHub doesn't show it when selecting "Clone of download". It may be blocked by strict firewalls, whereas https would work almost certainly. Pushing code is not allowed over git protocol, but it's possible over https with a tocken. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 32417c16..d7a14511 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "librfxcodec"] path = librfxcodec - url = git://github.com/neutrinolabs/librfxcodec + url = https://github.com/neutrinolabs/librfxcodec.git