We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3785915 commit ccb2267Copy full SHA for ccb2267
1 file changed
lib/util.lua
@@ -11,7 +11,7 @@ if VFOX_PYTHON_MIRROR then
11
os.setenv("PYTHON_BUILD_MIRROR_URL", PYTHON_URL)
12
end
13
14
-local version_vault_url = "https://version-vault.cdn.dog/python/pyenv"
+local version_vault_url = "https://vault.vfox.dev/python/pyenv"
15
16
-- request headers
17
local REQUEST_HEADERS = {
0 commit comments