diff options
Diffstat (limited to 'utf8parse')
-rw-r--r-- | utf8parse/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8parse/Cargo.toml b/utf8parse/Cargo.toml index 7aeafbe..f270975 100644 --- a/utf8parse/Cargo.toml +++ b/utf8parse/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Joe Wilm <joe@jwilm.com>", "Christian Duerr <contact@christianduerr.com>"] description = "Table-driven UTF-8 parser" documentation = "https://docs.rs/utf8parse/" -repository = "https://github.com/jwilm/vte" +repository = "https://github.com/alacritty/vte" keywords = ["utf8", "parse", "table"] categories = ["parsing", "no-std"] license = "Apache-2.0 OR MIT" |