Skip to content

Commit

Permalink
Corrected license declaration in project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
Rovanion committed Mar 7, 2017
1 parent 9cf2479 commit c4c6bd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
@@ -1,4 +1,5 @@
(defproject jayq "2.5.4"
:description "A ClojureScript wrapper for jQuery"
:license "Eclipse Public License 1.0"
:license {:name "Eclipse Public License 1.0"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:url "https://github.com/ibdknox/jayq")

0 comments on commit c4c6bd6

Please sign in to comment.