diff options
author | Fedor Indutny <fedor@indutny.com> | 2016-06-06 23:10:34 -0400 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2016-06-06 23:10:34 -0400 |
commit | f627f6fbd19f1726a920f5bd869ecce1dbae919b (patch) | |
tree | f89ef3b2ce415228e92a77414512049321154395 /test/test.gyp | |
parent | 3a74c6452fc15238eba0cfb86e55fbbf37e2d6c7 (diff) | |
download | uv_link_t-f627f6fbd19f1726a920f5bd869ecce1dbae919b.tar.gz |
gypkg: use fancy arrows
Diffstat (limited to 'test/test.gyp')
-rw-r--r-- | test/test.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.gyp b/test/test.gyp index 6ddbec5..736115a 100644 --- a/test/test.gyp +++ b/test/test.gyp @@ -9,7 +9,7 @@ "variables": { "gypkg_deps": [ - "git://github.com/libuv/libuv.git@^1.9.0:uv.gyp:libuv", + "git://github.com/libuv/libuv.git@^1.9.0 => uv.gyp:libuv", ], }, |