Update .gitmodules

https already works, but git doesnt work behind some firewalls
This commit is contained in:
Robert Fielding 2013-07-19 12:28:52 -04:00
parent 55ef94321c
commit 933fe75151

6
.gitmodules vendored
View file

@ -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