1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 08:23:07 +02:00

Updated package manifest

This commit is contained in:
Tristan B. Velloza Kildaire 2022-10-30 16:59:31 +02:00
parent 775d869811
commit 230fa98cd0

View File

@ -1,13 +1,13 @@
{ {
"authors": [ "authors": [
"Tristan B. V. Kildaire" "Tristan B. Kildaire"
], ],
"copyright": "Copyright © 2022, Tristan B. V. Kildaire", "copyright": "Copyright © 2022, Tristan B. Kildaire",
"dependencies": { "dependencies": {
"eventy": "~>0.2.5" "eventy": "~>0.2.5"
}, },
"targetType": "library", "description": "An IRC library for easy usage",
"description": "A straight-forward IRC library for D programmers",
"license": "proprietary", "license": "proprietary",
"name": "birchwood" "name": "birchwood",
"targetType": "library"
} }