Make all the submodule paths https as this works better for some. Fixes #1714.

This commit is contained in:
Henrik Rydgård
2013-05-08 14:47:25 +02:00
parent 9ce76e539b
commit 16596f797a
+3 -3
View File
@@ -1,12 +1,12 @@
[submodule "native"]
path = native
url = https://github.com/hrydgard/native.git
url = https://github.com/hrydgard/native.git
[submodule "pspautotests"]
path = pspautotests
url = https://github.com/hrydgard/pspautotests.git
[submodule "lang"]
path = lang
url = git://github.com/hrydgard/ppsspp-lang.git
url = https://github.com/hrydgard/ppsspp-lang.git
[submodule "ffmpeg"]
path = ffmpeg
url = git://github.com/hrydgard/ppsspp-ffmpeg
url = https://github.com/hrydgard/ppsspp-ffmpeg.git