Skip to content

Commit

Permalink
Merge pull request #212 from xuwei-k/patch-2
Browse files Browse the repository at this point in the history
Update github url in build.sbt
  • Loading branch information
tgodzik authored Apr 24, 2024
2 parents 369cab8 + 5a543b8 commit b3ec9e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ inThisBuild(
licenses := Seq(
"Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")
),
homepage := Some(url("https://github.com/olafurpg/metaconfig")),
homepage := Some(url("https://github.com/scalameta/metaconfig")),
autoAPIMappings := true,
apiURL := Some(url("https://github.com/olafurpg/metaconfig")),
apiURL := Some(url("https://github.com/scalameta/metaconfig")),
developers += Developer(
"olafurpg",
"Ólafur Páll Geirsson",
Expand Down

0 comments on commit b3ec9e3

Please sign in to comment.