From a1d35e26fa649ad480939f06db1cd965f3b35a73 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Thu, 2 Mar 2023 20:50:01 +0100 Subject: [PATCH] Update developers field --- buildSrc/src/main/kotlin/PlatformConfig.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/PlatformConfig.kt b/buildSrc/src/main/kotlin/PlatformConfig.kt index 5a38f38de..807ee9e8a 100644 --- a/buildSrc/src/main/kotlin/PlatformConfig.kt +++ b/buildSrc/src/main/kotlin/PlatformConfig.kt @@ -85,7 +85,7 @@ fun Project.applyPlatformAndCoreConfiguration() { developer { id.set("NotMyFault") name.set("Alexander Brandes") - email.set("contact@notmyfault.dev") + email.set("contact(at)notmyfault.dev") organization.set("IntellectualSites") } developer {