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 | |
parent | 618a1e784a368e4a7122a02a034eaaee67616176 (diff) | |
download | r-alacritty-vte-7399615d1f94676b99defff0ebe9a385e26d7199.tar.gz r-alacritty-vte-7399615d1f94676b99defff0ebe9a385e26d7199.tar.bz2 r-alacritty-vte-7399615d1f94676b99defff0ebe9a385e26d7199.zip |
Fix outdated URLs
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | utf8parse/Cargo.toml | 2 | ||||
-rw-r--r-- | vte_generate_state_changes/Cargo.toml | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ [package] authors = ["Joe Wilm <joe@jwilm.com>", "Christian Duerr <contact@christianduerr.com>"] description = "Parser for implementing terminal emulators" -repository = "https://github.com/jwilm/vte" +repository = "https://github.com/alacritty/vte" documentation = "https://docs.rs/vte/" keywords = ["ansi", "vte", "parser", "terminal"] categories = ["parsing", "no-std"] @@ -1,7 +1,7 @@ vte === -[](https://travis-ci.org/jwilm/vte) +[](https://travis-ci.org/alacritty/vte) [](https://crates.io/crates/vte/) Parser for implementing virtual terminal emulators in Rust. 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" diff --git a/vte_generate_state_changes/Cargo.toml b/vte_generate_state_changes/Cargo.toml index 9bdfb64..3f540f1 100644 --- a/vte_generate_state_changes/Cargo.toml +++ b/vte_generate_state_changes/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Christian Duerr <contact@christianduerr.com>"] description = "Proc macro for generating VTE state changes" -repository = "https://github.com/jwilm/vte" +repository = "https://github.com/alacritty/vte" name = "vte_generate_state_changes" license = "Apache-2.0 OR MIT" version = "0.1.1" |