Skip to content

Commit

Permalink
developer information...
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed May 21, 2020
1 parent 9a903aa commit 17d1efb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.sbt
Expand Up @@ -27,7 +27,14 @@ inThisBuild(
organization := "dev.profunktor",
homepage := Some(url("https://profunktor.dev/")),
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
developers := List()
developers := List(
Developer(
"gvolpe",
"Gabriel Volpe",
"volpegabriel@gmail.com",
url("https://gvolpe.github.io")
)
)
)
)

Expand Down

0 comments on commit 17d1efb

Please sign in to comment.