aboutsummaryrefslogtreecommitdiff
path: root/argot.asd
diff options
context:
space:
mode:
Diffstat (limited to 'argot.asd')
-rw-r--r--argot.asd8
1 files changed, 4 insertions, 4 deletions
diff --git a/argot.asd b/argot.asd
index ff57f4d..e3141b8 100644
--- a/argot.asd
+++ b/argot.asd
@@ -1,12 +1,12 @@
;;;; argot.asd
(asdf:defsystem #:argot
- :description "Describe argot here"
- :author "Your Name <your.name@example.com>"
- :license "Specify license here"
+ :description "Grammar-driven Macro Definition"
+ :author "Colin <colin@cicadas.surf>"
+ :license "GPLv3"
:version "0.0.1"
:serial t
- :depends-on (#:trivia #:alexandria)
+ :depends-on (#:alexandria)
:components ((:file "package")
(:file "grammars")
(:file "docgen")