From 7a0bbe66314a958c266d0ae7a57580b73cb64bc6 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 11 Jan 2023 12:08:12 +0200 Subject: [PATCH] Updated `author` field in dub.json --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index d730efc4..b894ed5b 100644 --- a/dub.json +++ b/dub.json @@ -1,6 +1,6 @@ { "authors": [ - "Tristan B. Kildaire" + "Tristan B. Velloza Kildaire" ], "copyright": "Copyright © 2021, Tristan B. Kildaire", "dependencies": { @@ -10,4 +10,4 @@ "description": "The official Tristan language compiler project", "license": "GPLv3", "name": "tlang" -} \ No newline at end of file +}