Skip to content

Commit

Permalink
Add developers
Browse files Browse the repository at this point in the history
(cherry picked from commit 49dc327)
  • Loading branch information
mdedetrich committed Oct 20, 2023
1 parent 9123b5a commit df71446
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,28 @@ ThisBuild / scmInfo := Some(
)
ThisBuild / description := "sbt plugin for creating OSGi bundles"
ThisBuild / developers := List(
Developer(
id = "eed3si9n",
name = "Eugene Yokota",
email = "[email protected]",
url = url("https://github.com/eed3si9n")
),
Developer(
id = "hseeberger",
name = "Heiko Seeberger",
email = "@hseeberger",
url = url("https://github.com/hseeberger")
),
Developer(
id = "mdedetrich",
name = "Matthew de Detrich",
email = "[email protected]",
url = url("https://github.com/mdedetrich/incubator-pekko")
),
Developer(
id = "romainreuillon",
name = "Romain Reuillon",
email = "[email protected]",
url = url("https://github.com/romainreuillon")
)
)

0 comments on commit df71446

Please sign in to comment.