From 79f4f51907780785c673bbf8a24f5fd84584d289 Mon Sep 17 00:00:00 2001 From: Opportunity Date: Sun, 19 Jan 2020 18:10:10 +0800 Subject: fix some links --- xmake/modules/devel/git/clone.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmake/modules/devel/git/clone.lua') diff --git a/xmake/modules/devel/git/clone.lua b/xmake/modules/devel/git/clone.lua index 165b6dcbc..027cc9317 100644 --- a/xmake/modules/devel/git/clone.lua +++ b/xmake/modules/devel/git/clone.lua @@ -31,8 +31,8 @@ import("lib.detect.find_tool") -- -- import("devel.git") -- --- git.clone("git@github.com:tboox/xmake.git") --- git.clone("git@github.com:tboox/xmake.git", {depth = 1, branch = "master", outputdir = "/tmp/xmake"}) +-- git.clone("git@github.com:xmake-io/xmake.git") +-- git.clone("git@github.com:xmake-io/xmake.git", {depth = 1, branch = "master", outputdir = "/tmp/xmake"}) -- -- @endcode -- -- cgit v1.3.1