aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtwiwtg.asd
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-13 17:44:17 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-13 17:44:17 -0500
commitb659d33413f0319708a1672c1aa16332216b2b48 (patch)
tree5468144dc5259e7fb4817d12c4070f9e4d04335a /gtwiwtg.asd
parent276477748a22975f9842d0683fcbf610c0e61c5d (diff)
asdf
Diffstat (limited to 'gtwiwtg.asd')
-rw-r--r--gtwiwtg.asd8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtwiwtg.asd b/gtwiwtg.asd
index 1000609..e19fca5 100644
--- a/gtwiwtg.asd
+++ b/gtwiwtg.asd
@@ -1,10 +1,10 @@
;;;; gtwiwtg.asd
(asdf:defsystem #:gtwiwtg
- :description "Describe gtwiwtg here"
- :author "Your Name <your.name@example.com>"
- :license "Specify license here"
- :version "0.0.1"
+ :description "Generators and consumers."
+ :author "Colin Okay <cbeok@protonmail.com>"
+ :license "GPLv3"
+ :version "0.1.1"
:serial t
:components ((:file "package")
(:file "gtwiwtg")))