From aa39ccc9c25bd3ecd8ae6cf30e8b447da5ab20b4 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 12 Sep 2018 00:45:42 +0800 Subject: add xmake-repo mirror --- xmake/core/sandbox/modules/import/core/package/repository.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/core/sandbox/modules/import/core/package/repository.lua b/xmake/core/sandbox/modules/import/core/package/repository.lua index 499d2e902..63506dab5 100644 --- a/xmake/core/sandbox/modules/import/core/package/repository.lua +++ b/xmake/core/sandbox/modules/import/core/package/repository.lua @@ -84,7 +84,7 @@ function sandbox_core_package_repository.repositories(is_global) import("net.fasturl") -- sort main urls - local mainurls = {"https://github.com/tboox/xmake-repo.git", "https://gitlab.com/tboox/xmake-repo.git"} + local mainurls = {"https://github.com/tboox/xmake-repo.git", "https://gitlab.com/tboox/xmake-repo.git", "https://gitee.com/tboox/xmake-repo.git"} fasturl.add(mainurls) mainurls = fasturl.sort(mainurls) -- cgit v1.3.1