From fc49a648a44ae3038b2c1552c7d3e26ae8780457 Mon Sep 17 00:00:00 2001 From: Reverier-Xu Date: Mon, 28 Aug 2023 23:41:45 +0900 Subject: [PATCH] :memo: change ownerships --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e21d00e..473055f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,11 +2,11 @@ name = "biosvg" version = "0.1.0" edition = "2021" -authors = ["Reverier-Xu "] +authors = ["Reverier-Xu "] description = "Captcha based on SVG." -homepage = "https://github.com/XDSEC/biosvg" +homepage = "https://github.com/Reverier-Xu/biosvg" documentation = "https://docs.rs/biosvg" -repository = "https://github.com/XDSEC/biosvg" +repository = "https://github.com/Reverier-Xu/biosvg" readme = "README.md" license = "MPL-2.0"