diff options
author | rmckenzie <rmckenzie92@gmail.com> | 2013-03-13 10:54:05 -0500 |
---|---|---|
committer | rmckenzie <rmckenzie92@gmail.com> | 2013-03-13 10:54:05 -0500 |
commit | d0ea3c3b3a14b78334f2f866d4a926b26f15a8d8 (patch) | |
tree | 2fe9c90d9b4ee5025da6e25371b3e2e55fcebc91 | |
parent | c6766e97cbb94deb809f466367e064ab521dc557 (diff) |
get the target language right
-rw-r--r-- | project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj index a4a61ea..2c467bf 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (defproject me.arrdem.decomp "0.1.1" - :description "an HTML to Compojure translator" + :description "an HTML to Hiccup translator" :url "http://github.com/arrdem/decomp" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} |