Skip to content

Commit 3de3343

Browse files
oakmaccburgmer
authored andcommitted
correct license in project.clj file
1 parent cc665bb commit 3de3343

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

project.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
(defproject json-path "2.1.0"
22
:description "JSON Path for Clojure data structures"
33
:url "http://github.com/gga/json-path"
4-
:license "Eclipse Public License 1.0"
4+
:license {:name "The MIT License"
5+
:url "http://opensource.org/licenses/MIT"
6+
:distribution :repo}
57
:dependencies [[org.clojure/clojure "1.10.1"]]
68
:profiles {:dev {:dependencies [[midje "1.9.6"]
79
[org.flatland/ordered "1.5.7"] ;; https://github.com/owainlewis/yaml/issues/28

0 commit comments

Comments
 (0)