diff options
Diffstat (limited to 'terrafirma.asd')
-rw-r--r-- | terrafirma.asd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/terrafirma.asd b/terrafirma.asd index 9debdc2..61ed6b5 100644 --- a/terrafirma.asd +++ b/terrafirma.asd @@ -1,9 +1,9 @@ ;;;; terrafirma.asd (asdf:defsystem #:terrafirma - :description "Describe A-OK here" - :author "Your Name <your.name@example.com>" - :license "Specify license here" + :description "Easy informative validation errors in a single macro." + :author "Colin <colin@cicadas.surf>" + :license "Unlicense" :version "0.0.1" :serial t :components ((:file "terrafirma"))) |