From 24689ebb466969cf05abc8faa20cc3cc0794eb82 Mon Sep 17 00:00:00 2001 From: siujamo Date: Tue, 2 Jun 2026 13:32:07 +0800 Subject: [PATCH] refactor: update developer contact email --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 15c3269..3bf41f8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -97,14 +97,14 @@ publishing { developer { id = "zihluwang" name = "Zihlu Wang" - email = "really@zihlu.wang" + email = "real@zihluwang.me" timezone = "Asia/Hong_Kong" } developer { id = "siujamo" name = "Siu Jam'o" - email = "jamo.siu@outlook.com" + email = "jamo.siu@gmail.com" timezone = "Asia/Shanghai" } }