Skip to content

Commit

Permalink
Fixed homepage and link to sources for generated Maven files
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelCemus committed Feb 20, 2024
1 parent 821a4c3 commit 6698572
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/CustomReleasePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 6698572

Please sign in to comment.