From e5b8690363bf9bf451fa35933c562da3b2164abe Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Mon, 3 Jun 2013 13:52:45 +0700 Subject: [PATCH] Add EPL URL to project.clj --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6af67fa..a3e146a 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,8 @@ (defproject com.taoensso/nippy "1.2.0" :description "Clojure serialization library" :url "https://github.com/ptaoussanis/nippy" - :license {:name "Eclipse Public License"} + :license {:name "Eclipse Public License" + :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.3.0"] [org.iq80.snappy/snappy "0.3"]] :profiles {:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}