From 0360564bb8c0803ca025fe6aae4148dc09d6b7de Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 8 Dec 2022 18:44:39 +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 a7bfc16..8e7f9d1 100644 --- a/v.mod +++ b/v.mod @@ -3,5 +3,6 @@ Module { description: 'A ChatGPT wrapper for the V programming language.' version: '0.0.1' license: 'MIT' + repo_url: 'https://github.com/RGBCube/chatgpt.v' dependencies: [] }