DUB configuration

- Added homepage to dub configuration
This commit is contained in:
Tristan B. Velloza Kildaire 2023-02-05 12:27:14 +02:00
parent 065c8d5816
commit 45eec9fb20
1 changed files with 2 additions and 1 deletions

View File

@ -9,5 +9,6 @@
}, },
"description": "The official Tristan language compiler project", "description": "The official Tristan language compiler project",
"license": "GPLv3", "license": "GPLv3",
"name": "tlang" "name": "tlang",
"homepage": "http://deavmi.assigned.network/projects/tlang"
} }