summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-10-02 19:46:11 -0500
committerBoutade <thegoofist@protonmail.com>2019-10-02 19:46:11 -0500
commita2c79f25d3bc1627dd763c770a600fa661102e0f (patch)
treed67d2dc82a233f354055baee37adae9e5105d6aa
parentdbd22ee26e24fb1452b05507c78368d7d585a43c (diff)
filled in asd file
-rw-r--r--animise.asd6
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)