From df63110db7b53837c0939a9013b300b56467bad9 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Thu, 16 Mar 2023 14:43:21 +0100 Subject: [PATCH] [nop] Update project.clj template --- project.clj | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/project.clj b/project.clj index 64141291..4342c036 100644 --- a/project.clj +++ b/project.clj @@ -2,11 +2,12 @@ :author "Peter Taoussanis " :description "Pure Clojure/Script logging library" :url "https://github.com/ptaoussanis/timbre" - :license {:name "Eclipse Public License" - :url "http://www.eclipse.org/legal/epl-v10.html" - :distribution :repo - :comments "Same as Clojure"} :min-lein-version "2.3.3" + + :license + {:name "Eclipse Public License 1.0" + :url "http://www.eclipse.org/legal/epl-v10.html"} + :global-vars {*warn-on-reflection* true *assert* true