Skip to content

Commit

Permalink
fixes scm url
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroli committed Jul 30, 2019
1 parent ab17d86 commit 2dee486
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 @@ -43,7 +43,7 @@ def projectSettings(n: String, d: String) = Seq(
scmInfo := Some(
ScmInfo(
url("https://github.com/mkroli/dns4s"),
"scm:git@github.com:mkroli/dns4s.git"
"scm:git:git@github.com:mkroli/dns4s.git"
)
))

Expand Down

0 comments on commit 2dee486

Please sign in to comment.