Skip to content

Commit 90c8adf

Browse files
committed
chore: Add license to build.edn
1 parent 7a1f6ba commit 90c8adf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.edn

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{:lib com.github.liquidz/merr
22
:description "Minimal and good enough error handling library for Clojure/ClojureScript"
33
:version "1.0.{{git/commit-count}}"
4+
:licenses [{:name "Eclipse Public License - v 1.0"
5+
:url "https://www.eclipse.org/legal/epl-v10.html"}]
46
:github-actions? true}

0 commit comments

Comments
 (0)