From cd410f9171c81af0cafa777d85e1c0becb712683 Mon Sep 17 00:00:00 2001 From: Jiacheng Date: Thu, 30 Apr 2026 22:00:43 +0800 Subject: [PATCH] Update version vault URL in util.lua --- lib/util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.lua b/lib/util.lua index a9a6758..f0ce3be 100644 --- a/lib/util.lua +++ b/lib/util.lua @@ -11,7 +11,7 @@ if VFOX_PYTHON_MIRROR then os.setenv("PYTHON_BUILD_MIRROR_URL", PYTHON_URL) end -local version_vault_url = "https://version-vault.cdn.dog/python/pyenv" +local version_vault_url = "https://vault.vfox.dev/python/pyenv" -- request headers local REQUEST_HEADERS = {