Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Strasser <kevstras@gmail.com>2015-07-01 04:43:01 +0300
committerStefan Hacker <dd0t@users.sourceforge.net>2015-07-04 16:36:22 +0300
commit5aabbcdb77907fc2f1d9af89213c7f891f759561 (patch)
treebbf74f1807211339fde3ab13fb253c275b62910a /.gitmodules
parent4fe166486015b085a33569d6a6299087abce388e (diff)
Normalize submodule URLs as https
Those of us behind corporate firewalls have trouble cloning repos with the git protocol. Change all submodule URLs to use https instead of git.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 4c420bb31..3cacab299 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,21 +1,21 @@
[submodule "speex"]
path = 3rdparty/speex-src
- url = git://git.xiph.org/speex.git/
+ url = https://git.xiph.org/speex.git/
[submodule "celt-0.7.0-src"]
path = 3rdparty/celt-0.7.0-src
url = https://github.com/mumble-voip/celt-0.7.0.git
[submodule "celt-0.11.0-src"]
path = 3rdparty/celt-0.11.0-src
- url = git://git.xiph.org/celt.git/
+ url = https://git.xiph.org/celt.git/
[submodule "opus-src"]
path = 3rdparty/opus-src
url = https://github.com/mumble-voip/opus.git
[submodule "sbcelt-src"]
path = 3rdparty/sbcelt-src
- url = git://github.com/mumble-voip/sbcelt.git
+ url = https://github.com/mumble-voip/sbcelt.git
[submodule "3rdparty/fx11-src"]
path = 3rdparty/fx11-src
- url = git://github.com/mumble-voip/fx11.git
+ url = https://github.com/mumble-voip/fx11.git
[submodule "3rdparty/minhook-src"]
path = 3rdparty/minhook-src
url = https://github.com/mumble-voip/minhook.git