aboutsummaryrefslogtreecommitdiff
path: root/weekend.asd
diff options
context:
space:
mode:
Diffstat (limited to 'weekend.asd')
-rw-r--r--weekend.asd6
1 files changed, 2 insertions, 4 deletions
diff --git a/weekend.asd b/weekend.asd
index 6e7f833..e48b022 100644
--- a/weekend.asd
+++ b/weekend.asd
@@ -1,7 +1,7 @@
;;;; weekend.asd
(asdf:defsystem #:weekend
- :description "A Metaclass and Protocol for Defining Webservers."
+ :description "A Metaclass and Protocol for Defining Webservers on Hunchentoot."
:author "colin <colin@cicadas.surf>"
:license "AGPLv3.0"
:version "0.0.1"
@@ -10,6 +10,4 @@
:serial t
:components ((:file "package")
(:file "protocol")
- (:file "endpoint")
- ; (:file "server")
- ))
+ (:file "endpoint")))