From f1372896e0d344dabccd1339c07859f0950e1e74 Mon Sep 17 00:00:00 2001 From: siujamo Date: Tue, 2 Jun 2026 14:09:37 +0800 Subject: [PATCH] refactor: migrate from repo onixbyte/onixbyte-toolbox to module repos --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9e90dde..80c6fca 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -84,14 +84,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" } }