Skip to content

Commit

Permalink
Added license information to project file
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed May 10, 2014
1 parent fbb31d1 commit bcf321f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project.clj
@@ -1,6 +1,8 @@
(defproject clout "1.1.0"
:description "A HTTP route matching library"
:url "http://github.com/weavejester/clout"
:url "https://github.com/weavejester/clout"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.3.0"]]
:profiles
{:dev {:jvm-opts ^:replace []
Expand Down

0 comments on commit bcf321f

Please sign in to comment.