Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Dec 10, 2020
1 parent d3a3972 commit e13b2a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ lazy val publishSettings = Seq(
releaseCrossBuild := true,
releasePublishArtifactsAction := PgpKeys.publishSigned.value,
releaseVcsSign := true,
homepage := Some(url("https://github.com/travisbrown/djallj")),
homepage := Some(url("https://github.com/travisbrown/dhallj")),
licenses := Seq("BSD 3-Clause" -> url("http://opensource.org/licenses/BSD-3-Clause")),
publishMavenStyle := true,
publishArtifact in Test := false,
Expand All @@ -358,8 +358,8 @@ lazy val publishSettings = Seq(
},
scmInfo := Some(
ScmInfo(
url("https://github.com/travisbrown/djallj"),
"scm:git:git@github.com:travisbrown/djallj.git"
url("https://github.com/travisbrown/dhallj"),
"scm:git:git@github.com:travisbrown/dhallj.git"
)
),
pomExtra := (
Expand Down

0 comments on commit e13b2a6

Please sign in to comment.