aboutsummaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorStanley Chan <pocketgamer5000@gmail.com>2014-11-27 10:05:14 -0500
committerStanley Chan <pocketgamer5000@gmail.com>2014-11-27 10:05:14 -0500
commita4ad5f6bee60600832391467d8962ea6fa96363d (patch)
tree391a7652c1f15fbdeb405b5c6a587de8e334a12b /third-party
parentcc768bed6cabe1e47e9447e9ea04ef144fdbafe8 (diff)
downloadrneovim-a4ad5f6bee60600832391467d8962ea6fa96363d.tar.gz
rneovim-a4ad5f6bee60600832391467d8962ea6fa96363d.tar.bz2
rneovim-a4ad5f6bee60600832391467d8962ea6fa96363d.zip
Change refs for joyent/libuv repo to libuv/libuv
* References to old repository found through grepping * Replace references from github.com/joyent/libuv to github.com/libuv/libuv * Fix previous commit by not including whitespace changes For issue #1560.
Diffstat (limited to 'third-party')
-rw-r--r--third-party/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt
index 39bd31896e..83c2cfdc61 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -51,7 +51,7 @@ endif()
include(ExternalProject)
-set(LIBUV_URL https://github.com/joyent/libuv/archive/v0.11.28.tar.gz)
+set(LIBUV_URL https://github.com/libuv/libuv/archive/v0.11.28.tar.gz)
set(LIBUV_SHA1 3b70b65467ee693228b8b8385665a52690d74092)
set(LIBUV_MD5 1a849ba4fc571d531482ed74bc7aabc4)