Skip to content

Commit 17235ca

Browse files
authored
Add all maintainers to the developers setting (#2480)
1 parent 57ef82b commit 17235ca

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

build.sbt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,23 @@ lazy val metadataSettings = Def.settings(
274274
scmInfo := Some(ScmInfo(homepage.value.get, s"scm:git:$gitHubUrl.git")),
275275
headerLicense := Some(HeaderLicense.ALv2("2018-2022", "Scala Steward contributors")),
276276
developers := List(
277+
Developer(
278+
id = "exoego",
279+
name = "TATSUNO Yasuhiro",
280+
email = "",
281+
url(s"https://github.com/exoego")
282+
),
277283
Developer(
278284
id = "fthomas",
279285
name = "Frank S. Thomas",
280286
email = "",
281287
url(s"https://github.com/fthomas")
288+
),
289+
Developer(
290+
id = "mzuehlke",
291+
name = "Marco Zühlke",
292+
email = "",
293+
url(s"https://github.com/mzuehlke")
282294
)
283295
)
284296
)

0 commit comments

Comments
 (0)