Skip to content

Commit

Permalink
Merge pull request #121 from joelittlejohn/license
Browse files Browse the repository at this point in the history
Add :license to project.clj
  • Loading branch information
weavejester committed Dec 12, 2015
2 parents 3b266a4 + fec15da commit 3fd8a03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project.clj
@@ -1,6 +1,8 @@
(defproject hiccup "1.0.5"
:description "A fast library for rendering HTML in Clojure"
:url "http://github.com/weavejester/hiccup"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.2.1"]]
:plugins [[codox "0.7.4"]]
:codox {:exclude [hiccup.compiler]
Expand Down

0 comments on commit 3fd8a03

Please sign in to comment.