~jomco/ring-openapi-validator

f39356f9b55d84414b1c3438f4e8e7f17d2cab8e — Joost Diepenmaat 3 years ago c9b6f1a
fix url
1 files changed, 1 insertions(+), 1 deletions(-)

M project.clj
M project.clj => project.clj +1 -1
@@ 1,6 1,6 @@
(defproject nl.jomco/ring-openapi-validator "0.1.2"
  :description "Validate ring requests and responses against Swagger/OpenAPI"
  :url "https://github.com/zeekat/ring-openapi-validator"
  :url "https://git.sr.ht/~jomco/ring-openapi-validator"
  :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
            :url  "https://www.eclipse.org/legal/epl-2.0/"}
  :dependencies [[org.clojure/clojure "1.10.0" :scope "provided"]