Skip to content

Commit ad515aa

Browse files
rkuhnbenjchristensen
authored andcommitted
update homepage URL
1 parent 3e288a1 commit ad515aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ scalaVersion in ThisBuild := "2.10.3"
66

77
licenses in ThisBuild := Seq("CC0" -> url("http://creativecommons.org/publicdomain/zero/1.0/"))
88

9-
homepage in ThisBuild := Some(url("https://groups.google.com/forum/?hl=en#!forum/reactive-streams"))
9+
homepage in ThisBuild := Some(url("http://www.reactive-streams.org/"))
1010

1111
publishTo in ThisBuild := Some("releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2")
1212

@@ -25,7 +25,7 @@ pomExtra in ThisBuild := (
2525
<developer>
2626
<id>reactive-streams-sig</id>
2727
<name>Reactive Streams SIG</name>
28-
<url>http://reactive-streams.org</url>
28+
<url>http://www.reactive-streams.org/</url>
2929
</developer>
3030
</developers>
31-
)
31+
)

0 commit comments

Comments
 (0)