From a2c79f25d3bc1627dd763c770a600fa661102e0f Mon Sep 17 00:00:00 2001 From: Boutade Date: Wed, 2 Oct 2019 19:46:11 -0500 Subject: filled in asd file --- animise.asd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/animise.asd b/animise.asd index 7c59066..fe9fc38 100644 --- a/animise.asd +++ b/animise.asd @@ -1,9 +1,9 @@ ;;;; animise.asd (asdf:defsystem #:animise - :description "Describe animise here" - :author "Your Name " - :license "Specify license here" + :description "General Purpose Tweens" + :author "" + :license "AGPLv3.0" :version "0.0.1" :serial t :depends-on (#:lettuce #:trivia) -- cgit v1.2.3