diff options
| author | ruki <[email protected]> | 2023-02-10 17:04:44 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-10 17:04:44 +0800 |
| commit | 12eb31bcf80ae08e762ccda65b4d2a3100f672b1 (patch) | |
| tree | 7a24cc76792fa5015e2233b2fc5c7fe7f89d43a8 | |
| parent | de0ebdbd9f281232babc08b96ecb1198af933f10 (diff) | |
| parent | 19a31871b4bc3537a76dbce147c07196766494f2 (diff) | |
Merge pull request #3352 from 233lol/dev
Update github_mirror.lua
| -rw-r--r-- | xmake/scripts/pac/github_mirror.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/pac/github_mirror.lua b/xmake/scripts/pac/github_mirror.lua index 3b4b3b4e8..73c928c16 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 = {"hub.fastgit.xyz"} + local proxyurls = {"hub.nuaa.cf"} fasturl.add(proxyurls) proxyurls = fasturl.sort(proxyurls) if #proxyurls > 0 then |
