aboutsummaryrefslogtreecommitdiff
path: root/lazybones-hunchentoot.asd
diff options
context:
space:
mode:
Diffstat (limited to 'lazybones-hunchentoot.asd')
-rw-r--r--lazybones-hunchentoot.asd10
1 files changed, 0 insertions, 10 deletions
diff --git a/lazybones-hunchentoot.asd b/lazybones-hunchentoot.asd
deleted file mode 100644
index 56ae2c0..0000000
--- a/lazybones-hunchentoot.asd
+++ /dev/null
@@ -1,10 +0,0 @@
-;;;; lazybones-hunchentoot.asd
-
-(asdf:defsystem #:lazybones-hunchentoot
- :description "hunchentoot backend for lazybones"
- :author "Colin Okay <okay@toyful.space>"
- :license "AGPLv3"
- :version "0.2.1"
- :serial t
- :depends-on (#:hunchentoot #:lazybones)
- :components ((:file "lazybones-hunchentoot")))