From ae7438bf93f8f5b6738b47f055b9f0b0599dea59 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Wed, 31 Oct 2018 02:36:35 -0700 Subject: Rename project to identicon --- mksite | 2 +- publish.sbt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mksite b/mksite index 8669655..1377d6b 100755 --- a/mksite +++ b/mksite @@ -2,7 +2,7 @@ set -o errexit ghpages=.ghpages -git_url="git@github.com:jodersky/scala-identicon.git" +git_url="git@github.com:jodersky/identicon.git" sbt fullOptJS mkdir -p "$ghpages" 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( -- cgit v1.2.3