From f2f90842a3e7d7f660d3769dd9b1f0d7b8311689 Mon Sep 17 00:00:00 2001 From: "aydin.kim" Date: Fri, 3 Jan 2014 09:51:33 +0900 Subject: [PATCH] fix .gitmodules to use https --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index d5856d448de..b36736b0923 100644 --- a/.gitmodules +++ b/.gitmodules @@ -112,7 +112,7 @@ branch = rust-servo [submodule "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"] 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