diff --git a/cmd/tools/vpm.v b/cmd/tools/vpm.v index 2975d86049..9102835a91 100644 --- a/cmd/tools/vpm.v +++ b/cmd/tools/vpm.v @@ -8,7 +8,7 @@ import vhelp import v.vmod const ( - default_vpm_server_urls = ['https://vpm.best', 'https://vpm.vlang.io'] + default_vpm_server_urls = ['https://vpm.vlang.io'] valid_vpm_commands = ['help', 'search', 'install', 'update', 'outdated', 'list', 'remove'] excluded_dirs = ['cache', 'vlib'] supported_vcs_systems = ['git', 'hg']