diff --git a/build.gradle.kts b/build.gradle.kts index 5f7224ad9..723417229 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -120,10 +120,10 @@ allprojects { id.set("Saulitired") name.set("Alexander Söderberg") } - - // TODO: Add developers - // I don't know the rest of your names, so this is up to - // you to fill in. + developer { + id.set("N0tMyFaultOG") + name.set("NotMyFault") + } } scm {