mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
v.mod: add repo_url attribute too
This commit is contained in:
parent
4b7c70caca
commit
dbef9f9c0b
1 changed files with 2 additions and 1 deletions
3
v.mod
3
v.mod
|
@ -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: []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue