From f015b6669a2b60595fbcc0767b8407567db14f2e Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Wed, 3 May 2023 15:41:11 +0300 Subject: [PATCH] fi --- modules/reitit-openapi/project.clj | 2 +- modules/reitit/project.clj | 2 +- project.clj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/reitit-openapi/project.clj b/modules/reitit-openapi/project.clj index 31bc45e9..6c079a8b 100644 --- a/modules/reitit-openapi/project.clj +++ b/modules/reitit-openapi/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-openapi "0.7.0-alpha1" +(defproject fi.metosin/reitit-openapi "0.7.0-alpha1" :description "Reitit: OpenAPI-support" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" diff --git a/modules/reitit/project.clj b/modules/reitit/project.clj index 196d2260..40030419 100644 --- a/modules/reitit/project.clj +++ b/modules/reitit/project.clj @@ -19,7 +19,7 @@ [metosin/reitit-http] [metosin/reitit-interceptors] [metosin/reitit-swagger] - [metosin/reitit-openapi] + [fi.metosin/reitit-openapi] [metosin/reitit-swagger-ui] [metosin/reitit-frontend] [metosin/reitit-sieppari] diff --git a/project.clj b/project.clj index 5911c729..95b2238c 100644 --- a/project.clj +++ b/project.clj @@ -26,7 +26,7 @@ [metosin/reitit-http "0.7.0-alpha1"] [metosin/reitit-interceptors "0.7.0-alpha1"] [metosin/reitit-swagger "0.7.0-alpha1"] - [metosin/reitit-openapi "0.7.0-alpha1"] + [fi.metosin/reitit-openapi "0.7.0-alpha1"] [metosin/reitit-swagger-ui "0.7.0-alpha1"] [metosin/reitit-frontend "0.7.0-alpha1"] [metosin/reitit-sieppari "0.7.0-alpha1"]