add url and license for promotion in clojars

This commit is contained in:
Paul Ingles 2014-11-19 09:24:10 +00:00
parent c6bb228222
commit 18bacba342

View file

@ -1,5 +1,8 @@
(defproject clj-kafka/clj-kafka "0.2.7-0.8.1.1"
:min-lein-version "2.0.0"
:url "https://github.com/pingles/clj-kafka"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
[zookeeper-clj "0.9.3"]
[org.clojure/data.json "0.2.2"]