From 7737266d1c2ac2444e4b4dae8f9d96fdcda3696e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=CA=9C=C9=AA=E1=B4=8D=E1=B4=9C=CA=80=E1=B4=80=20Yu=CC=84?= Date: Sun, 23 Apr 2023 00:40:18 +0900 Subject: [PATCH] chore: update `authors` field in `Cargo.toml` (#55) --- impl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impl/Cargo.toml b/impl/Cargo.toml index 5d3be18..74c7c02 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -2,7 +2,7 @@ name = "fncmd-impl" version = "2.0.1" license = "MPL-2.0" -authors = ["Yu Shimura "] +authors = ["Sʜɪᴍᴜʀᴀ Yū "] description = "This crate shouldn't be used directly. Check fncmd." repository = "https://github.com/yuhr/fncmd" edition = "2021"