diff options
author | Colin Okay <colin@cicadas.surf> | 2022-11-03 07:34:15 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-11-03 07:34:15 -0500 |
commit | 883e5fdf0bbb704fe4fe1dd78a7ee47eddb9cada (patch) | |
tree | e8abf72fde59f8c663767367f19bc1c1820da182 /vampire.asd | |
parent | 0c37f2801bc1c81d1a90f35be975a7d33cd5dbac (diff) |
Add: readme and install
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 |