diff --git a/build.sbt b/build.sbt
index b5483db..d260f56 100644
--- a/build.sbt
+++ b/build.sbt
@@ -97,8 +97,8 @@ pomIncludeRepository := { _ => false }
pomExtra :=
- git://github.com/spray/spray.git
- scm:git:git@github.com:spray/spray.git
+ git://github.com/spray/spray-json.git
+ scm:git:git@github.com:spray/spray-json.git
sirthiasMathias Doenitz