aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2013-04-03 13:03:53 -0700
committerPhilipp Haller <hallerp@gmail.com>2013-04-03 13:03:53 -0700
commit3eabc750f4ba79c72b5541bc0971dfadd2d6f6ba (patch)
treeb979e2fcbf0892968280e4d276475d2fffb582d1 /build.sbt
parent8a80f4405203afad4baf3c32e0372475cb70fc1b (diff)
parentb1e265f70394432d3e945ca5178c78c58f1fe573 (diff)
downloadscala-async-3eabc750f4ba79c72b5541bc0971dfadd2d6f6ba.tar.gz
scala-async-3eabc750f4ba79c72b5541bc0971dfadd2d6f6ba.tar.bz2
scala-async-3eabc750f4ba79c72b5541bc0971dfadd2d6f6ba.zip
Merge pull request #1 from xuwei-k/fix-github-url
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>
)