Skip to content

Commit b002163

Browse files
committed
Update repo link
1 parent 1371526 commit b002163

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ lazy val noPublishSettings = Seq(
113113
)
114114

115115
lazy val publishSettings = Seq(
116-
homepage := Some(url("https://github.com/howardjohn/http4s-lambda")),
116+
homepage := Some(url("https://github.com/howardjohn/scala-server-lambda")),
117117
licenses := Seq("MIT" -> url("http://opensource.org/licenses/MIT")),
118118
scmInfo := Some(
119119
ScmInfo(
120-
url("https://github.com/howardjohn/http4s-lambda"),
121-
"scm:git@github.com:howardjohn/http4s-lambda.git"
120+
url("https://github.com/howardjohn/scala-server-lambda"),
121+
"scm:git@github.com:howardjohn/scala-server-lambda.git"
122122
)),
123123
developers := List(
124124
Developer(

0 commit comments

Comments
 (0)