From d7e5bcdaa58ae12b89e0f84a59e7c64b0749972b Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Wed, 4 Oct 2023 13:45:11 +0200 Subject: [PATCH] Update publishing profile --- build.gradle.kts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index 6a77d6cf4..097e4fb0f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -150,22 +150,26 @@ subprojects { id.set("Sauilitired") name.set("Alexander Söderberg") organization.set("IntellectualSites") + organizationUrl.set("https://github.com/IntellectualSites") } developer { id.set("NotMyFault") name.set("Alexander Brandes") organization.set("IntellectualSites") + organizationUrl.set("https://github.com/IntellectualSites") email.set("contact(at)notmyfault.dev") } developer { id.set("SirYwell") name.set("Hannes Greule") organization.set("IntellectualSites") + organizationUrl.set("https://github.com/IntellectualSites") } developer { id.set("dordsor21") name.set("dordsor21") organization.set("IntellectualSites") + organizationUrl.set("https://github.com/IntellectualSites") } }