From 413d11eca9e344d4d88ba9918f3042d9a657f0ec Mon Sep 17 00:00:00 2001 From: John Date: Thu, 28 Apr 2022 18:01:37 +0300 Subject: [PATCH] Update publish.sbt --- publish.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sbt b/publish.sbt index 2407dce..9277a99 100644 --- a/publish.sbt +++ b/publish.sbt @@ -18,4 +18,4 @@ ThisBuild / developers := List( ThisBuild / licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")) ThisBuild / description := "Sbt plugin for download schemas from schema registry" -ThisBuild / homepage := Some(url("https://github.com/Tinkoff/sbt-schema-registry-pluginn")) +ThisBuild / homepage := Some(url("https://github.com/Tinkoff/sbt-schema-registry-plugin"))