diff options
Diffstat (limited to 'vampire.asd')
-rw-r--r-- | vampire.asd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vampire.asd b/vampire.asd index f9f9717..a089d47 100644 --- a/vampire.asd +++ b/vampire.asd @@ -1,10 +1,10 @@ ;;;; vampire.asd (asdf:defsystem #:vampire - :description "Describe vampire here" - :author "Your Name <your.name@example.com>" - :license "Specify license here" - :version "0.0.1" + :description "Live Collaborative Music Mixes" + :author "Colin <colin@cicadas.surf>" + :license "AGPL-3.0" + :version "0.1.0" :serial t :depends-on (#:clog #:hunchentoot |