Skip to content

Commit

Permalink
Update homepage and scmInfo in build (#1463)
Browse files Browse the repository at this point in the history
* Update homepage and scmInfo in build

* Reformat
  • Loading branch information
fthomas committed Oct 7, 2021
1 parent 7ff7028 commit 5ad18e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ mimaPreviousArtifacts := {
publishMavenStyle := true
// project meta data
licenses := Seq("BSD-2-Clause" -> url("https://opensource.org/licenses/BSD-2-Clause"))
homepage := Some(url("https://github.com/muuki88/sbt-graphql"))
homepage := Some(url("https://github.com/sbt/sbt-native-packager"))

scmInfo := Some(ScmInfo(url("https://github.com/muuki88/sbt-graphql"), "scm:git@github.com:muuki88/sbt-graphql.git"))
scmInfo := Some(
ScmInfo(url("https://github.com/sbt/sbt-native-packager"), "scm:git@github.com:sbt/sbt-native-packager.git")
)
developers := List(
Developer(
id = "muuki88",
Expand Down

0 comments on commit 5ad18e3

Please sign in to comment.