Skip to content

Commit

Permalink
fix github url
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed May 28, 2012
1 parent 6880d2b commit d161aa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object BuildSettings {
scalaVersion := buildScalaVer,
version := buildVersion,
licenses := Seq("Apache License v2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
homepage := Some(url("http://github.com/typesafehub/mima-free"))
homepage := Some(url("http://github.com/typesafehub/migration-manager"))
)


Expand Down Expand Up @@ -53,8 +53,8 @@ object BuildSettings {
// Maven central wants some extra metadata to keep things 'clean'.
pomExtra := (
<scm>
<url>git@github.com:typesafehub/mima-free.git</url>
<connection>scm:git:git@github.com:typesafehub/mima-free.git</connection>
<url>git@github.com:typesafehub/migration-manager.git</url>
<connection>scm:git:git@github.com:typesafehub/migration-manager.git</connection>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit d161aa3

Please sign in to comment.