diff options
| -rw-r--r-- | xmake/core/sandbox/modules/import/core/package/repository.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
