aboutsummaryrefslogtreecommitdiff
path: root/publish.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'publish.sbt')
-rw-r--r--publish.sbt6
1 files changed, 3 insertions, 3 deletions
diff --git a/publish.sbt b/publish.sbt
index 154209c..1b9d054 100644
--- a/publish.sbt
+++ b/publish.sbt
@@ -2,7 +2,7 @@ organization in ThisBuild := "io.crashbox"
licenses in ThisBuild := Seq(
("Apache 2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
homepage in ThisBuild := Some(
- url("https://github.com/jodersky/scala-identicon"))
+ url("https://github.com/jodersky/identicon"))
publishMavenStyle in ThisBuild := true
publishTo in ThisBuild := Some(
if (isSnapshot.value)
@@ -12,8 +12,8 @@ publishTo in ThisBuild := Some(
)
scmInfo in ThisBuild := Some(
ScmInfo(
- url("https://github.com/jodersky/scala-identicon"),
- "scm:git@github.com:jodersky/scala-identicon.git"
+ url("https://github.com/jodersky/identicon"),
+ "scm:git@github.com:jodersky/identicon.git"
)
)
developers in ThisBuild := List(