fix .gitmodules to use https

This commit is contained in:
aydin.kim 2014-01-03 09:51:33 +09:00
parent 269d300921
commit f2f90842a3

4
.gitmodules vendored
View file

@ -112,7 +112,7 @@
branch = rust-servo branch = rust-servo
[submodule "src/support/egl/rust-egl"] [submodule "src/support/egl/rust-egl"]
path = src/support/egl/rust-egl path = src/support/egl/rust-egl
url = http://github.com/webconvforge/rust-egl.git url = https://github.com/webconvforge/rust-egl.git
[submodule "src/platform/android/servo-android-glue"] [submodule "src/platform/android/servo-android-glue"]
path = src/platform/android/servo-android-glue path = src/platform/android/servo-android-glue
url = http://github.com/webconvforge/servo-android-glue.git url = https://github.com/webconvforge/servo-android-glue.git