diff options
| author | Opportunity <[email protected]> | 2020-01-19 18:10:10 +0800 |
|---|---|---|
| committer | Opportunity <[email protected]> | 2020-01-19 18:10:10 +0800 |
| commit | 79f4f51907780785c673bbf8a24f5fd84584d289 (patch) | |
| tree | 260dbaf613e1b1fb63e2c7a90c66949734dee6d3 /xmake/modules/devel/git/clone.lua | |
| parent | 67cbebf3a29ebb999e86e504b54d43e0c91db094 (diff) | |
fix some links
Diffstat (limited to 'xmake/modules/devel/git/clone.lua')
| -rw-r--r-- | xmake/modules/devel/git/clone.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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("[email protected]:tboox/xmake.git") --- git.clone("[email protected]:tboox/xmake.git", {depth = 1, branch = "master", outputdir = "/tmp/xmake"}) +-- git.clone("[email protected]:xmake-io/xmake.git") +-- git.clone("[email protected]:xmake-io/xmake.git", {depth = 1, branch = "master", outputdir = "/tmp/xmake"}) -- -- @endcode -- |
