From 6a8f66fb4543d07e15eaf879ee7ace90598b6f5b Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 7 Sep 2020 17:05:35 -0500 Subject: asd update --- imbricate.asd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'imbricate.asd') 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 " - :license "Specify license here" - :version "0.0.1" + :description "Makes tilesheets" + :author "colin okay " + :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"))) -- cgit v1.2.3