Skip to content

Commit

Permalink
Modify project.clj for dployment to Clojars
Browse files Browse the repository at this point in the history
  • Loading branch information
kaosf committed Aug 23, 2014
1 parent 8b53f3a commit cdbd79d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@
:url "http://github.com/kaosf/clocure"
:license {:name "MIT"
:url "http://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/clojure "1.6.0"]])
:dependencies [[org.clojure/clojure "1.6.0"]]
:signing {:gpg-key "ka.kaosf@gmail.com"}
:deploy-repositories
[["releases" {:url "https://github.com/kaosf/clocure"
:signing {:gpg-key "93535FB2"}}]
["snapshots" "https://github.com/kaosf/clocure/tags"]])

0 comments on commit cdbd79d

Please sign in to comment.