Skip to content

Commit

Permalink
Adjusting license
Browse files Browse the repository at this point in the history
mtsbarbosa committed Mar 18, 2023

Unverified

This user has not yet uploaded their public signing key.
1 parent e7d6528 commit 1b035a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(defproject org.clojars.majorcluster/clj-data-adapter "0.8.1"
(defproject org.clojars.majorcluster/clj-data-adapter "0.8.2"
:description "A Clojure data adapter library to convert your data between your layers"
:url "https://github.com/mtsbarbosa/clj-data-adapter"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:license {:name "The MIT License"
:url "http://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/clojure "1.11.1"]]
:source-paths ["src/clj"]
:profiles {:dev {:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.3.17"]]

0 comments on commit 1b035a9

Please sign in to comment.