From 1ea3052f41aaed52429af43304a138e752920959 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 9 Jan 2014 20:21:22 -0800 Subject: [PATCH] Update submodules to point to rust-lang repos --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 43169be19506..8663757f5e21 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