From 16596f797a2b55ea2198f30320dd8cb8dcea2a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Wed, 8 May 2013 14:47:25 +0200 Subject: [PATCH] Make all the submodule paths https as this works better for some. Fixes #1714. --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6002da96df..6a632eb7e8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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