From dbef9f9c0b2c5c1f020c64bd2919b8cf5127588f Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Wed, 3 Jun 2020 11:57:57 +0300 Subject: [PATCH] v.mod: add repo_url attribute too --- v.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v.mod b/v.mod index 11128c3532..5e7958e6f9 100644 --- a/v.mod +++ b/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: [] }