aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2013-06-03 12:26:04 +0200
committerJohannes Rudolph <johannes.rudolph@gmail.com>2013-06-03 12:26:49 +0200
commit2c716507a50aa7c6edad70ac04514f19b4bda9a1 (patch)
tree2144207012603232e4d8dd1bd9fd6b1ec1c2da91 /build.sbt
parentffd955fcda5e2b0a8f44c1b42675bbbdc928abb5 (diff)
downloadsbt-boilerplate-2c716507a50aa7c6edad70ac04514f19b4bda9a1.tar.gz
sbt-boilerplate-2c716507a50aa7c6edad70ac04514f19b4bda9a1.tar.bz2
sbt-boilerplate-2c716507a50aa7c6edad70ac04514f19b4bda9a1.zip
update URLs to point to new directory
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index fd1f6de..aac3b6f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -8,11 +8,11 @@ description := "An SBT plugin for simple generation of boilerplate"
startYear := Some(2012)
-homepage := Some(url("http://github.com/spray/sbt-boilerplate"))
+homepage := Some(url("http://github.com/sbt/sbt-boilerplate"))
organizationHomepage := Some(url("http://spray.io"))
-licenses in GlobalScope += "Apache License 2.0" -> url("https://github.com/jrudolph/sbt-boilerplate/raw/master/LICENSE")
+licenses in GlobalScope += "Apache License 2.0" -> url("https://github.com/sbt/sbt-boilerplate/raw/master/LICENSE")
sbtPlugin := true