There was an error while loading. Please reload this page.
1 parent 1371526 commit b002163Copy full SHA for b002163
build.sbt
@@ -113,12 +113,12 @@ lazy val noPublishSettings = Seq(
113
)
114
115
lazy val publishSettings = Seq(
116
- homepage := Some(url("https://github.com/howardjohn/http4s-lambda")),
+ homepage := Some(url("https://github.com/howardjohn/scala-server-lambda")),
117
licenses := Seq("MIT" -> url("http://opensource.org/licenses/MIT")),
118
scmInfo := Some(
119
ScmInfo(
120
- url("https://github.com/howardjohn/http4s-lambda"),
121
- "scm:git@github.com:howardjohn/http4s-lambda.git"
+ url("https://github.com/howardjohn/scala-server-lambda"),
+ "scm:git@github.com:howardjohn/scala-server-lambda.git"
122
)),
123
developers := List(
124
Developer(
0 commit comments