Skip to content

Commit

Permalink
Merge pull request #101 from xuwei-k/patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Nov 8, 2024
2 parents 45e6b33 + ee97e4a commit 40be74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ThisBuild / licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/
ThisBuild / scmInfo := Some(
ScmInfo(
url(s"https://github.com/$repoSlug"),
s"scm:[email protected]:sbt/$repoSlug.git"
s"scm:[email protected]:$repoSlug.git"
)
)
ThisBuild / homepage := Some(url(s"https://github.com/$repoSlug"))
Expand Down

0 comments on commit 40be74a

Please sign in to comment.