From 0ef3bc2efe4f2c25b7b617ad96759d303a8ca12b Mon Sep 17 00:00:00 2001 From: Ahmad Kemsan Date: Wed, 5 Nov 2025 19:03:42 +0530 Subject: [PATCH] chore: updated organization name --- lexactivator/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lexactivator/build.gradle b/lexactivator/build.gradle index 2931d68..cd84077 100644 --- a/lexactivator/build.gradle +++ b/lexactivator/build.gradle @@ -51,14 +51,14 @@ mavenPublishing { } } organization { - name = 'Cryptlex, LLP' + name = 'Cryptlex LLP' url = 'https://cryptlex.com' } developers { developer { name = 'Cryptlex Team' email = 'support@cryptlex.com' - organization = 'Cryptlex, LLP.' + organization = 'Cryptlex LLP.' organizationUrl = 'https://cryptlex.com' } }