diff options
author | Jack Moffitt <jack@metajack.im> | 2013-11-14 01:34:10 -0700 |
---|---|---|
committer | Jack Moffitt <jack@metajack.im> | 2013-11-14 01:34:10 -0700 |
commit | b1762655e6ce7e9ff8a79710a5b10bef34a3c26b (patch) | |
tree | c2da41cf4a9f98308fd05283fe8ddae34c4d75ca | |
parent | 85e0bfe7f7a7a624cc8d730e37ea1bc24ddeaf98 (diff) | |
download | servo-b1762655e6ce7e9ff8a79710a5b10bef34a3c26b.tar.gz servo-b1762655e6ce7e9ff8a79710a5b10bef34a3c26b.zip |
Change GitHub http submodules to https.
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index a3521ebae7d..20b26b7c173 100644 --- a/.gitmodules +++ b/.gitmodules @@ -93,16 +93,16 @@ url = https://github.com/mozilla-servo/libpng.git [submodule "src/platform/android/fontconfig"] path = src/platform/android/fontconfig - url = http://github.com/webconvforge/fontconfig.git + url = https://github.com/webconvforge/fontconfig.git [submodule "src/platform/android/libexpat"] path = src/platform/android/libexpat - url = http://github.com/webconvforge/libexpat.git + url = https://github.com/webconvforge/libexpat.git [submodule "src/platform/android/libfreetype2"] path = src/platform/android/libfreetype2 - url = http://github.com/webconvforge/libfreetype2.git + url = https://github.com/webconvforge/libfreetype2.git [submodule "src/support/glut/rust-glut"] path = src/support/glut/rust-glut - url = http://github.com/mozilla-servo/rust-glut.git + url = https://github.com/mozilla-servo/rust-glut.git [submodule "src/support/http/rust-http"] path = src/support/http/rust-http url = https://github.com/mozilla-servo/rust-http |