Skip to content

Commit f08c768

Browse files
committed
tools: add a new readonly VPM server mirror url, to mitigate failures of the main vpm.vlang.io
1 parent e505fcd commit f08c768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/tools/vpm.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import vhelp
1212
import v.vmod
1313

1414
const (
15-
default_vpm_server_urls = ['https://vpm.vlang.io']
15+
default_vpm_server_urls = ['https://vpm.vlang.io', 'https://vpm.url4e.com']
1616
valid_vpm_commands = ['help', 'search', 'install', 'update', 'upgrade', 'outdated',
1717
'list', 'remove', 'show']
1818
excluded_dirs = ['cache', 'vlib']

0 commit comments

Comments
 (0)