summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorAsko Nomm <asko@bien.ee>2022-04-06 13:43:59 +0200
committerAsko Nomm <asko@bien.ee>2022-04-06 13:43:59 +0200
commit2072d2730e0a7991bdf6474275f9fe9cd8fac182 (patch)
treef2f2e4190d38edafbac730487839adf356fa7149 /project.clj
parent3770175783d53f9008d81dca8b19741b218d925f (diff)
Fixes list blocks, which can now be of any depth and should work just fine.
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj8
1 files changed, 4 insertions, 4 deletions
diff --git a/project.clj b/project.clj
index 284c054..65babb6 100644
--- a/project.clj
+++ b/project.clj
@@ -1,8 +1,8 @@
(defproject clarktown "1.0"
- :description "FIXME: write description"
- :url "http://example.com/FIXME"
- :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
- :url "https://www.eclipse.org/legal/epl-2.0/"}
+ :description "A zero-dependency, pure-clojure Markdown parser."
+ :url "https://github.com/askonomm/clarktown"
+ :license {:name "MIT"
+ :url "https://github.com/askonomm/clarktown/blob/master/LICENSE.txt"}
:dependencies [[org.clojure/clojure "1.11.0"]]
:plugins [[lein-auto "0.1.3"]]
:repl-options {:init-ns clarktown.core})