Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
barkhorn committed Apr 21, 2017
1 parent 5b0b303 commit a918e12
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 @@ -12,7 +12,7 @@ scmInfo in ThisBuild := Some(
)
developers in ThisBuild := List(
Developer("paulbutcher", "Paul Butcher", "", url("http://paulbutcher.com/")),
Developer("backhorn", "Philipp Meyerhoefer", "", url("http://github.com/barkhorn"))
Developer("barkhorn", "Philipp Meyerhoefer", "", url("https://github.com/barkhorn"))
)
homepage in ThisBuild := Some(url("http://scalamock.org/"))

Expand Down

0 comments on commit a918e12

Please sign in to comment.