Skip to content

Commit

Permalink
Merge pull request #4 from ninjudd/master
Browse files Browse the repository at this point in the history
Add license
  • Loading branch information
ztellman committed Oct 31, 2012
2 parents 211a5d4 + 5c398b5 commit 6301a43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
(defproject potemkin "0.1.6"
:description "Some useful facades."
:license {:name "Eclipse Public License - v 1.0"
:url "http://www.eclipse.org/legal/epl-v10.html"
:distribution :repo}
:dependencies [[org.clojure/clojure "1.3.0"]]
:repositories {"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}
:multi-deps {"1.2" [[org.clojure/clojure "1.2.1"]]
Expand Down

0 comments on commit 6301a43

Please sign in to comment.