From 5b070ef45f4d535476434a3f1ea68555155bdb65 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 8 Dec 2022 18:45:17 +0300 Subject: [PATCH] Add repo_url to v.mod --- v.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/v.mod b/v.mod index 33688bf..e9fe8b2 100644 --- a/v.mod +++ b/v.mod @@ -3,5 +3,6 @@ Module { description: 'An easier way to print colored text to the terminal.' version: '1.2.4' license: 'MIT' + repo_url: 'https://github.com/RGBCube/color.v' dependencies: [] }