v.mod: add repo_url attribute too

pull/5190/head
Delyan Angelov 2020-06-03 11:57:57 +03:00
parent 4b7c70caca
commit dbef9f9c0b
1 changed files with 2 additions and 1 deletions

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: []
}