From d1bac90745b964b5f09b2b38e2a6c6c382d1bb82 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Thu, 2 Mar 2023 20:48:33 +0100 Subject: [PATCH] Update developers field --- CODE_OF_CONDUCT.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index e40107c03..ce10a4445 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at contact@intellectualsites.com. All +reported by contacting the project team at contactintellectualsites.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/build.gradle.kts b/build.gradle.kts index c62b7a708..955b45a01 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -155,7 +155,7 @@ subprojects { id.set("NotMyFault") name.set("Alexander Brandes") organization.set("IntellectualSites") - email.set("contact@notmyfault.dev") + email.set("contact(at)notmyfault.dev") } developer { id.set("SirYwell")