From c4c6bd6ee5ff30e219023d212ee13a0e0df90679 Mon Sep 17 00:00:00 2001 From: Rovanion Luckey Date: Tue, 7 Mar 2017 09:52:33 +0100 Subject: [PATCH] Corrected license declaration in project.clj --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 2fd786f..8cb2557 100644 --- a/project.clj +++ b/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")