From 27759f9b68c34909ef2479d8060743f532705517 Mon Sep 17 00:00:00 2001 From: Karel Cemus Date: Tue, 20 Feb 2024 01:53:41 +0100 Subject: [PATCH] Fixed homepage and link to sources for generated Maven files --- project/CustomReleasePlugin.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/CustomReleasePlugin.scala b/project/CustomReleasePlugin.scala index c954502..110a3c3 100644 --- a/project/CustomReleasePlugin.scala +++ b/project/CustomReleasePlugin.scala @@ -32,12 +32,12 @@ object CustomReleasePlugin extends AutoPlugin { // customized release process releaseProcess := customizedReleaseProcess, // release details - homepage := Some(url("https://github.com/karelcemus/play-redis")), + homepage := Some(url("https://github.com/KarelCemus/play-redis")), licenses := Seq("Apache 2" -> url("https://www.apache.org/licenses/LICENSE-2.0")), scmInfo := Some( ScmInfo( - url("https://github.com/KarelCemus/play-i18n.git"), - "scm:git@github.com:KarelCemus/play-i18n.git", + url("https://github.com/KarelCemus/play-redis.git"), + "scm:git@github.com:KarelCemus/play-redis.git", ), ), developers := List(