1
Fork 0
mirror of https://github.com/RGBCube/chatgpt.v synced 2025-07-27 08:47:44 +00:00

Add repo_url to v.mod

This commit is contained in:
RGBCube 2022-12-08 18:44:39 +03:00
parent ec2fa4a4a6
commit 0360564bb8

1
v.mod
View file

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