We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c32f8 commit a972d21Copy full SHA for a972d21
1 file changed
build.sbt
@@ -22,7 +22,7 @@ val publishSettings = Seq[Setting[_]](
22
publishLocal := {},
23
sonatypeProjectHosting := Some(GithubHosting("simerplaha", "SwayDB", "simer.j@gmail.com")),
24
developers := List(
25
- Developer(id = "simerplaha", name = "Simer Plaha", email = "simer.j@gmail.com", url = url("http://swaydb.org"))
+ Developer(id = "simerplaha", name = "Simer Plaha", email = "simer.j@gmail.com", url = url("http://swaydb.io"))
26
),
27
publishTo := sonatypePublishTo.value
28
)
0 commit comments