diff options
-rw-r--r-- | weekend.asd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weekend.asd b/weekend.asd index 5c204ab..ff0ee8e 100644 --- a/weekend.asd +++ b/weekend.asd @@ -13,7 +13,7 @@ (:file "endpoint") (:file "defendpoint"))) -(asdf:defsystem #:weekend/psclient +(asdf:defsystem #:weekend/client/ps :description "Generate parenscript code for weekend endpoint classes." :author "colin <colin@cicadas.surf>" :license "AGPLv3.0" @@ -22,7 +22,7 @@ :pathname "src/client/ps/" :components ((:file "generate"))) -(asdf:defsystem #:weekend/dexador +(asdf:defsystem #:weekend/client/dexador :description "Generate lisp functions making requests to weekend endpoint classes." :author "colin <colin@cicadas.surf>" :license "AGPLv3.0" |