From da337b8459e256edcd3d0a09705fe0717cbb251f Mon Sep 17 00:00:00 2001 From: the Phoeron Date: Mon, 31 Aug 2015 08:46:38 -0400 Subject: [PATCH] Update cl-jsx.asd --- cl-jsx.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl-jsx.asd b/cl-jsx.asd index ca2bebd..22f20fa 100644 --- a/cl-jsx.asd +++ b/cl-jsx.asd @@ -11,7 +11,7 @@ :serial t :license "MIT" :author "\"the Phoeron\" Colin J.E. Lupton " - :description "JSX DSL" + :description "JSX Compiler for Common Lisp" :version "0.0.1" :depends-on (:cl-who :parenscript)