summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
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})