Skip to content

Commit

Permalink
update developers in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p committed Dec 11, 2020
1 parent aa4c013 commit 17d6790
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ inThisBuild(
homepage := Some(url("https://github.com/ocadotechnology/sttp-oauth2")),
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
developers := List(
Developer(
"majk-p",
"Michał Pawlik",
"[email protected]",
url("https://michalp.net")
),
Developer(
"kubukoz",
"Jakub Kozłowski",
"[email protected]",
url("https://github.com/kubukoz")
)
),
sources in (Compile, doc) := Seq()
)
Expand Down

0 comments on commit 17d6790

Please sign in to comment.