From 2072d2730e0a7991bdf6474275f9fe9cd8fac182 Mon Sep 17 00:00:00 2001 From: Asko Nomm Date: Wed, 6 Apr 2022 13:43:59 +0200 Subject: Fixes list blocks, which can now be of any depth and should work just fine. --- project.clj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'project.clj') 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}) -- cgit v1.2.3