From b659d33413f0319708a1672c1aa16332216b2b48 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 13 Jul 2020 17:44:17 -0500 Subject: asdf --- gtwiwtg.asd | 8 ++++---- 1 file 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 " - :license "Specify license here" - :version "0.0.1" + :description "Generators and consumers." + :author "Colin Okay " + :license "GPLv3" + :version "0.1.1" :serial t :components ((:file "package") (:file "gtwiwtg"))) -- cgit v1.2.3