summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-09-07 17:05:35 -0500
committerColin Okay <cbeok@protonmail.com>2020-09-07 17:05:35 -0500
commit6a8f66fb4543d07e15eaf879ee7ace90598b6f5b (patch)
tree389823d95900a877c50fba88bcde5c38eb087a12
parente43518427375ef19203dbd027b0d8a1a2f986932 (diff)
asd update
-rw-r--r--imbricate.asd10
1 files changed, 5 insertions, 5 deletions
diff --git a/imbricate.asd b/imbricate.asd
index acdd2ec..a98ab0b 100644
--- a/imbricate.asd
+++ b/imbricate.asd
@@ -1,10 +1,10 @@
;;;; imbricate.asd
(asdf:defsystem #:imbricate
- :description "Describe imbricate here"
- :author "Your Name <your.name@example.com>"
- :license "Specify license here"
- :version "0.0.1"
+ :description "Makes tilesheets"
+ :author "colin okay <cbeok@protonmail.com>"
+ :license "AGPL-3.0"
+ :version "0.1.0"
:serial t
- :depends-on (#:jonathan #:opticl #:uiop #:defclass-std #:lambda-tools)
+ :depends-on ( #:opticl #:uiop )
:components ((:file "imbricate")))