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.
This commit is contained in:
Pavel Roskin 2016-12-11 21:06:54 -08:00
parent 894571f736
commit ca8ddb51ac

2
.gitmodules vendored
View File

@ -1,4 +1,4 @@
[submodule "librfxcodec"] [submodule "librfxcodec"]
path = librfxcodec path = librfxcodec
url = git://github.com/neutrinolabs/librfxcodec url = https://github.com/neutrinolabs/librfxcodec.git