diff options
author | Alex Touchet <alextouchet@outlook.com> | 2020-01-20 14:45:09 -0800 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-01-20 23:45:09 +0100 |
commit | 7399615d1f94676b99defff0ebe9a385e26d7199 (patch) | |
tree | 37f93e661be9213483226bcde65332eca20f4d79 /utf8parse | |
parent | 618a1e784a368e4a7122a02a034eaaee67616176 (diff) | |
download | r-alacritty-vte-7399615d1f94676b99defff0ebe9a385e26d7199.tar.gz r-alacritty-vte-7399615d1f94676b99defff0ebe9a385e26d7199.tar.bz2 r-alacritty-vte-7399615d1f94676b99defff0ebe9a385e26d7199.zip |
Fix outdated URLs
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" |