From 2c716507a50aa7c6edad70ac04514f19b4bda9a1 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Mon, 3 Jun 2013 12:26:04 +0200 Subject: update URLs to point to new directory --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sbt') 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 -- cgit v1.2.3