diff options
-rw-r--r-- | animise.asd | 6 |
1 files 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 <your.name@example.com>" - :license "Specify license here" + :description "General Purpose Tweens" + :author "<thegoofist@protonmail.com>" + :license "AGPLv3.0" :version "0.0.1" :serial t :depends-on (#:lettuce #:trivia) |