Skip to content

Commit

Permalink
[nop] Update project.clj template
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jun 30, 2023
1 parent 5c18945 commit df63110
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
:author "Peter Taoussanis <https://www.taoensso.com>"
: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
Expand Down

0 comments on commit df63110

Please sign in to comment.