From 90c8adf4a06e4e3ba606dc0c4190b6a740887f1a Mon Sep 17 00:00:00 2001 From: liquidz Date: Sat, 27 Apr 2024 10:33:21 +0900 Subject: [PATCH] chore: Add license to build.edn --- build.edn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.edn b/build.edn index 46e9262..e1ece6a 100644 --- a/build.edn +++ b/build.edn @@ -1,4 +1,6 @@ {:lib com.github.liquidz/merr :description "Minimal and good enough error handling library for Clojure/ClojureScript" :version "1.0.{{git/commit-count}}" + :licenses [{:name "Eclipse Public License - v 1.0" + :url "https://www.eclipse.org/legal/epl-v10.html"}] :github-actions? true}