diff --git a/build.gradle.kts b/build.gradle.kts index 0feb89c..c02eda5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -126,6 +126,21 @@ subprojects { name.set("Joseph Van der Wee") url.set("https://github.com/jvanderwee") } + + contributor { + name.set("Gregory Inouye") + url.set("https://github.com/gregoryinouye") + } + + contributor { + name.set("Thomas Oddsund") + url.set("https://github.com/oddsund") + } + + contributor { + name.set("Jan Müller") + url.set("https://github.com/DerYeger") + } } scm {