diff options
-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"))) |