diff options
| author | Jeff Olson <olson.jeffery@gmail.com> | 2013-02-07 16:50:43 -0800 |
|---|---|---|
| committer | Kerra Olson <kerra@mbp.local> | 2013-02-10 11:51:05 -0800 |
| commit | 1cbbb58d87aca14856a891eb48ce4b58ad5faa2a (patch) | |
| tree | 5b00e3b605b0cafe55ffbb9c49f037dae00ddd4a /.gitmodules | |
| parent | 73507c1961f7e8f5b6aef2a6d15867360906cd7f (diff) | |
build: change libuv to point at joyent's repo and make unpatched build libuv work on mingw
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 3b2d9a709ac..e840f4adaeb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = git://github.com/brson/llvm.git [submodule "src/libuv"] path = src/libuv - url = git://github.com/olsonjeffery/libuv.git + url = git://github.com/joyent/libuv.git |
