We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b908c78 commit ad08220Copy full SHA for ad08220
project.clj
@@ -1,5 +1,15 @@
1
(defproject lein-marginalia "0.9.2"
2
:description "Leiningen plugin for Marginalia."
3
- :url "http://github.com/gdeer81/marginalia"
+ :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"}
8
: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
15
:eval-in :leiningen)
0 commit comments