1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

v.mod: add repo_url attribute too

This commit is contained in:
Delyan Angelov 2020-06-03 11:57:57 +03:00
parent 4b7c70caca
commit dbef9f9c0b

3
v.mod
View File

@ -1,6 +1,7 @@
Module {
name: 'V',
description: 'The V programming language.',
version: '0.1.27'
version: '0.1.27',
repo_url: 'https://github.com/vlang/v',
dependencies: []
}