Skip to content

Commit ad08220

Browse files
committed
update project.clj for 0.9.2
Signed-off-by: Sean Corfield <[email protected]>
1 parent b908c78 commit ad08220

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

project.clj

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
(defproject lein-marginalia "0.9.2"
22
:description "Leiningen plugin for Marginalia."
3-
:url "http://github.com/gdeer81/marginalia"
3+
:url "http://github.com/clj-commons/marginalia"
4+
:license {:name "Eclipse Public License - v 1.0"
5+
:url "http://www.eclipse.org/legal/epl-v10.html"
6+
:distribution :repo
7+
:comments "same as Clojure"}
48
:dependencies [[marginalia "0.9.2"]]
9+
10+
:deploy-repositories [["releases" {:url "https://clojars.org/repo"
11+
:sign-releases false}]
12+
["snapshots" {:url "https://clojars.org/repo"
13+
:sign-releases false}]]
14+
515
:eval-in :leiningen)

0 commit comments

Comments
 (0)