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