mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update .gitmodules
https already works, but git doesnt work behind some firewalls
This commit is contained in:
parent
55ef94321c
commit
933fe75151
1 changed files with 3 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -87,13 +87,13 @@
|
||||||
url = https://github.com/mozilla/rust.git
|
url = https://github.com/mozilla/rust.git
|
||||||
[submodule "src/support/alert/rust-alert"]
|
[submodule "src/support/alert/rust-alert"]
|
||||||
path = src/support/alert/rust-alert
|
path = src/support/alert/rust-alert
|
||||||
url = git://github.com/mozilla-servo/rust-alert.git
|
url = https://github.com/mozilla-servo/rust-alert.git
|
||||||
[submodule "src/support/nss/nss"]
|
[submodule "src/support/nss/nss"]
|
||||||
path = src/support/nss/nss
|
path = src/support/nss/nss
|
||||||
url = git://github.com/mozilla-servo/nss.git
|
url = https://github.com/mozilla-servo/nss.git
|
||||||
[submodule "src/support/nss/nspr"]
|
[submodule "src/support/nss/nspr"]
|
||||||
path = src/support/nss/nspr
|
path = src/support/nss/nspr
|
||||||
url = git://github.com/mozilla-servo/nspr.git
|
url = https://github.com/mozilla-servo/nspr.git
|
||||||
[submodule "src/support/glfw/glfw"]
|
[submodule "src/support/glfw/glfw"]
|
||||||
path = src/support/glfw/glfw
|
path = src/support/glfw/glfw
|
||||||
url = https://github.com/mozilla-servo/glfw.git
|
url = https://github.com/mozilla-servo/glfw.git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue