summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-12-11 21:06:54 -0800
committerPavel Roskin <plroskin@gmail.com>2016-12-14 08:44:07 -0800
commitca8ddb51ac7efc2ec93b635a08bee46576fa5cb7 (patch)
tree7c29149b5adb41aff33f178b8df8cf49286507c0
parent894571f736e1d7c83c896c1ca0e1ea3a201d73cd (diff)
downloadxrdp-proprietary-ca8ddb51ac7efc2ec93b635a08bee46576fa5cb7.tar.gz
xrdp-proprietary-ca8ddb51ac7efc2ec93b635a08bee46576fa5cb7.zip
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.
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
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