Skip to content

Commit

Permalink
Added license and url to project.clj.
Browse files Browse the repository at this point in the history
  • Loading branch information
r0man committed Dec 28, 2012
1 parent 7dfe7ae commit 70a9969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project.clj
@@ -1,6 +1,9 @@
(defproject oauth-clj "0.1.2-SNAPSHOT"
:description "Clojure OAuth library."
:url "https://github.com/r0man/oauth-clj"
:min-lein-version "2.0.0"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[clj-http "0.6.3"]
[inflections "0.7.4"]
[org.clojure/clojure "1.4.0"]
Expand Down

0 comments on commit 70a9969

Please sign in to comment.