From 338b2c82a5662c1a369dbd17789c33d174610bfb Mon Sep 17 00:00:00 2001 From: KevinZønda <33132228+KevinZonda@users.noreply.github.com> Date: Sun, 13 Feb 2022 16:21:54 +0000 Subject: disable useless mirror site & upd fastgit --- xmake/scripts/pac/github_mirror.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/scripts/pac/github_mirror.lua') diff --git a/xmake/scripts/pac/github_mirror.lua b/xmake/scripts/pac/github_mirror.lua index 026a9a50c..3b4b3b4e8 100644 --- a/xmake/scripts/pac/github_mirror.lua +++ b/xmake/scripts/pac/github_mirror.lua @@ -2,7 +2,7 @@ import("net.fasturl") function mirror(url) local configs = {} - local proxyurls = {"github.com.cnpmjs.org", "hub.fastgit.org"} + local proxyurls = {"hub.fastgit.xyz"} fasturl.add(proxyurls) proxyurls = fasturl.sort(proxyurls) if #proxyurls > 0 then -- cgit v1.3.1