Skip to content

Commit

Permalink
Update submodules to point to rust-lang repos
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 10, 2014
1 parent 28ddc65 commit 1ea3052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1ea3052

Please sign in to comment.