diff options
author | Colin Okay <okay@toyful.space> | 2020-09-07 17:05:35 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-10-12 09:37:42 -0500 |
commit | 1d4d4faf0b0eb734d17e65d30c4d08b64bae695b (patch) | |
tree | 389823d95900a877c50fba88bcde5c38eb087a12 | |
parent | 4cf76c98eec2c1d13313823925ce71f992d0a011 (diff) |
asd update
-rw-r--r-- | imbricate.asd | 10 |
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"))) |