From 3cface95937c61b36398742a89ef44c9981c8225 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 30 Nov 2023 08:07:44 -0800 Subject: README.org; defvalidator docstring --- terrafirma.asd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'terrafirma.asd') 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 " - :license "Specify license here" + :description "Easy informative validation errors in a single macro." + :author "Colin " + :license "Unlicense" :version "0.0.1" :serial t :components ((:file "terrafirma"))) -- cgit v1.2.3