Skip to content

Commit

Permalink
Merge PR #3181: .gitmodules: always use our own submodule repos on Gi…
Browse files Browse the repository at this point in the history
…tHub.
  • Loading branch information
mkrautz committed Jul 17, 2017
2 parents 6f434d3 + a642894 commit 80916fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "speex"]
path = 3rdparty/speex-src
url = https://git.xiph.org/speex.git/
url = https://github.com/mumble-voip/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 = https://git.xiph.org/celt.git/
url = https://github.com/mumble-voip/celt-0.11.0.git
[submodule "opus-src"]
path = 3rdparty/opus-src
url = https://github.com/mumble-voip/opus.git
Expand All @@ -21,7 +21,7 @@
url = https://github.com/mumble-voip/mach_override.git
[submodule "3rdparty/speexdsp-src"]
path = 3rdparty/speexdsp-src
url = https://git.xiph.org/speexdsp.git
url = https://github.com/mumble-voip/speexdsp.git
[submodule "themes/Mumble"]
path = themes/Mumble
url = https://github.com/mumble-voip/mumble-theme.git

0 comments on commit 80916fd

Please sign in to comment.