aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-10-31 02:36:35 -0700
committerJakob Odersky <jakob@odersky.com>2018-10-31 02:36:35 -0700
commitae7438bf93f8f5b6738b47f055b9f0b0599dea59 (patch)
tree8edc5d4fb225bebcb352205f09613092d7853ef1
parentae4b68364c461f7c1ebb1f3006c8aa6759dd1655 (diff)
downloadidenticon-ae7438bf93f8f5b6738b47f055b9f0b0599dea59.tar.gz
identicon-ae7438bf93f8f5b6738b47f055b9f0b0599dea59.tar.bz2
identicon-ae7438bf93f8f5b6738b47f055b9f0b0599dea59.zip
Rename project to identicon
-rwxr-xr-xmksite2
-rw-r--r--publish.sbt6
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(