From 3c5e29240b0e356044acb391eb27510d0e5ca775 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Thu, 10 Oct 2024 23:16:26 +0200 Subject: [PATCH] Fix Cargo.toml metadata --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 21f45e6..d4b7514 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,12 +2,12 @@ name = "unicode-width-16" version = "0.2.0" authors = [ - "kwantam ", - "Manish Goregaokar ", + "Christian Duerr ", + "Kirill Chibisov ", ] -homepage = "https://github.com/unicode-rs/unicode-width-16" -repository = "https://github.com/unicode-rs/unicode-width-16" +homepage = "https://github.com/alacritty/unicode-width-16" +repository = "https://github.com/alacritty/unicode-width-16" license = "MIT OR Apache-2.0" categories = [ "command-line-interface",