From 9fd926ecd8fb5a2bd4fdadbe1f57496be325aa9c Mon Sep 17 00:00:00 2001 From: kingchenc Date: Fri, 22 May 2026 16:19:22 +0200 Subject: [PATCH] E19: unify the author metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The workspace Cargo.toml declared authors = ["Wickra Contributors"] while the npm package.json and the WASM package.json enrich step in release.yml both use "kingchenc ". Make the canonical author "kingchenc " — the actual maintainer, already used by both npm packages — and align the workspace manifest to it. All three registries now agree. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 41825000..dcd439f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ exclude = [] [workspace.package] version = "0.1.4" -authors = ["Wickra Contributors"] +authors = ["kingchenc "] edition = "2021" rust-version = "1.75" license = "PolyForm-Noncommercial-1.0.0"