From 5772d366691bc4792f4e303539091f3bc43e8967 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: Sat, 22 Apr 2023 02:06:24 +0900 Subject: [PATCH] chore: update `authors` field in `Cargo.toml` (#41) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a22a602..79c056e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "fncmd" version = "1.3.1" license = "MPL-2.0" -authors = ["Yu Shimura "] +authors = ["Sʜɪᴍᴜʀᴀ Yū "] description = "Command line interface as a function." readme = "README.md" repository = "https://github.com/yuhr/fncmd"