Skip to content

Commit

Permalink
add license
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenet committed Oct 19, 2023
1 parent d8e77d1 commit 2dc7521
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{:exoscale.project/lib com.s-exp/hirundo
:exoscale.project/version-file "VERSION"
:exoscale.project/deploy? true
:exoscale.project/pom-data
[[:licenses
[:license
[:name "Eclipse Public License - v 2.0"]
[:url "https://www.eclipse.org/legal/epl-2.0/"]
[:distribution "repo"]]]]

:slipset.deps-deploy/exec-args {:installer :remote
:sign-releases? false
:repository "clojars"}
Expand All @@ -23,6 +30,6 @@
clj-http/clj-http {:mvn/version "3.12.0"}}}

:project
{:extra-deps {io.github.exoscale/tools.project {:git/sha "4ad527fac7bdc24f649404205ca31754339f856d"}}
{:extra-deps {io.github.exoscale/tools.project {:git/sha "ce87a95e95abfde832043aff5af7ecb06ad79fe7"}}
:ns-default exoscale.tools.project
:jvm-opts ["-Dclojure.main.report=stderr"]}}}

0 comments on commit 2dc7521

Please sign in to comment.