Skip to content

Commit

Permalink
Adjusting license
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsbarbosa committed Mar 18, 2023
1 parent 04e8973 commit 09f116b
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/datomic-helper "2.0.0"
(defproject org.clojars.majorcluster/datomic-helper "2.0.1"
:description "A Clojure Library with tools to help using datomic"
:url "https://github.com/mtsbarbosa/datomic-helper"
: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"]
[prismatic/schema "1.4.1"]
[com.datomic/datomic-free "0.9.5697"]]
Expand Down

0 comments on commit 09f116b

Please sign in to comment.