From b1e265f70394432d3e945ca5178c78c58f1fe573 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Thu, 4 Apr 2013 02:14:24 +0900 Subject: fix github url --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index ae0916a..f1ded58 100644 --- a/build.sbt +++ b/build.sbt @@ -34,11 +34,11 @@ scalacOptions ++= Seq("-deprecation", "-unchecked", "-Xlint", "-feature") description := "An asynchronous programming facility for Scala, in the spirit of C# await/async" -homepage := Some(url("http://github.com/phaller/scala-async")) +homepage := Some(url("http://github.com/scala/async")) startYear := Some(2012) -licenses +=("Scala license", url("http://github.com/phaller/scala-async/LICENCE")) +licenses +=("Scala license", url("https://github.com/scala/async/blob/master/LICENSE")) pomExtra := ( @@ -56,7 +56,7 @@ pomExtra := ( - git@github.com:phaller/scala-async.git/ - scm:git:git@github.com:phaller/scala-async.git + git@github.com:scala/async.git/ + scm:git:git@github.com:scala/async.git ) -- cgit v1.2.3