mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
fix .gitmodules to use https
This commit is contained in:
parent
269d300921
commit
f2f90842a3
1 changed files with 2 additions and 2 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue