From 45eec9fb203d7aa766a78d14bfcb93c73eaf35de Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sun, 5 Feb 2023 12:27:14 +0200 Subject: [PATCH] DUB configuration - Added homepage to dub configuration --- dub.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 997c056..5a55e00 100644 --- a/dub.json +++ b/dub.json @@ -9,5 +9,6 @@ }, "description": "The official Tristan language compiler project", "license": "GPLv3", - "name": "tlang" + "name": "tlang", + "homepage": "http://deavmi.assigned.network/projects/tlang" }