diff options
| author | bors <bors@rust-lang.org> | 2014-01-10 00:41:21 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-01-10 00:41:21 -0800 |
| commit | 587d0f5a3252355c8dd97eec9691e5b60af1cc2a (patch) | |
| tree | 1a294b1d87e0a7d21d990726cc2d97e2776dded6 | |
| parent | 6ea218d37b05359059baf72e392afa8d97ce1e20 (diff) | |
| parent | 1ea3052f41aaed52429af43304a138e752920959 (diff) | |
| download | rust-587d0f5a3252355c8dd97eec9691e5b60af1cc2a.tar.gz rust-587d0f5a3252355c8dd97eec9691e5b60af1cc2a.zip | |
auto merge of #11436 : alexcrichton/rust/update-forks, r=huonw
We're not moving everything just yet, but it's good to start somewhere!
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 43169be1950..8663757f5e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 |
