aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorxuwei-k <6b656e6a69@gmail.com>2013-04-04 02:14:24 +0900
committerxuwei-k <6b656e6a69@gmail.com>2013-04-04 02:14:24 +0900
commitb1e265f70394432d3e945ca5178c78c58f1fe573 (patch)
treeb979e2fcbf0892968280e4d276475d2fffb582d1 /build.sbt
parent8a80f4405203afad4baf3c32e0372475cb70fc1b (diff)
downloadscala-async-b1e265f70394432d3e945ca5178c78c58f1fe573.tar.gz
scala-async-b1e265f70394432d3e945ca5178c78c58f1fe573.tar.bz2
scala-async-b1e265f70394432d3e945ca5178c78c58f1fe573.zip
fix github url
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt8
1 files changed, 4 insertions, 4 deletions
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 := (
<developers>
@@ -56,7 +56,7 @@ pomExtra := (
</developer>
</developers>
<scm>
- <url>git@github.com:phaller/scala-async.git/</url>
- <connection>scm:git:git@github.com:phaller/scala-async.git</connection>
+ <url>git@github.com:scala/async.git/</url>
+ <connection>scm:git:git@github.com:scala/async.git</connection>
</scm>
)