Update submodules to point to rust-lang repos

This commit is contained in:
Alex Crichton 2014-01-09 20:21:22 -08:00
parent 28ddc6537f
commit 1ea3052f41
1 changed files with 3 additions and 3 deletions

6
.gitmodules vendored
View File

@ -1,11 +1,11 @@
[submodule "src/llvm"]
path = src/llvm
url = https://github.com/luqmana/llvm.git
url = https://github.com/rust-lang/llvm.git
branch = master
[submodule "src/libuv"]
path = src/libuv
url = https://github.com/alexcrichton/libuv.git
url = https://github.com/rust-lang/libuv.git
branch = master
[submodule "src/gyp"]
path = src/gyp
url = https://github.com/alexcrichton/gyp.git
url = https://github.com/rust-lang/gyp.git