Skip to content

Commit

Permalink
update project.clj for 0.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Corfield <sean@corfield.org>
  • Loading branch information
seancorfield committed Feb 1, 2024
1 parent b908c78 commit ad08220
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
(defproject lein-marginalia "0.9.2"
:description "Leiningen plugin for Marginalia."
:url "http://github.com/gdeer81/marginalia"
:url "http://github.com/clj-commons/marginalia"
:license {:name "Eclipse Public License - v 1.0"
:url "http://www.eclipse.org/legal/epl-v10.html"
:distribution :repo
:comments "same as Clojure"}
:dependencies [[marginalia "0.9.2"]]

:deploy-repositories [["releases" {:url "https://clojars.org/repo"
:sign-releases false}]
["snapshots" {:url "https://clojars.org/repo"
:sign-releases false}]]

:eval-in :leiningen)

0 comments on commit ad08220

Please sign in to comment.