diff options
-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" |