[nop] Update project.clj template

This commit is contained in:
Peter Taoussanis 2023-03-16 14:39:57 +01:00
parent 801e1a1193
commit d0eb2d9871

View file

@ -2,11 +2,12 @@
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "High-performance serialization library for Clojure"
:url "https://github.com/ptaoussanis/nippy"
: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