diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-07-13 17:44:17 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-07-13 17:44:17 -0500 |
commit | b659d33413f0319708a1672c1aa16332216b2b48 (patch) | |
tree | 5468144dc5259e7fb4817d12c4070f9e4d04335a | |
parent | 276477748a22975f9842d0683fcbf610c0e61c5d (diff) |
asdf
-rw-r--r-- | gtwiwtg.asd | 8 |
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"))) |