[ci skip] chore: Update my name

This commit is contained in:
Alexander Brandes
2022-05-07 16:14:40 +02:00
parent 210ee9f2ef
commit b85888806a
3 changed files with 2 additions and 6 deletions

View File

@ -223,7 +223,7 @@ fun Project.applyLibrariesConfiguration() {
developers {
developer {
id.set("NotMyFault")
name.set("NotMyFault")
name.set("Alexander Brandes")
email.set("contact@notmyfault.dev")
organization.set("IntellectualSites")
}

View File

@ -84,7 +84,7 @@ fun Project.applyPlatformAndCoreConfiguration() {
developers {
developer {
id.set("NotMyFault")
name.set("NotMyFault")
name.set("Alexander Brandes")
email.set("contact@notmyfault.dev")
organization.set("IntellectualSites")
}