vpm: fix server urls

pull/4040/head
Alexander Medvednikov 2020-03-16 12:55:49 +01:00
parent 5581b2bd3c
commit 3b328a2847
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
)
const (
default_vpm_server_urls = ['https://vpm.vlang.io']
default_vpm_server_urls = ['https://vpm.best', 'https://vpm.vlang.io']
valid_vpm_commands = ['help', 'search', 'install', 'update', 'remove']
excluded_dirs = ['cache', 'vlib']
supported_vcs_systems = ['git', 'hg']