aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Touchet <alextouchet@outlook.com>2020-01-20 14:45:09 -0800
committerChristian Duerr <contact@christianduerr.com>2020-01-20 23:45:09 +0100
commit7399615d1f94676b99defff0ebe9a385e26d7199 (patch)
tree37f93e661be9213483226bcde65332eca20f4d79
parent618a1e784a368e4a7122a02a034eaaee67616176 (diff)
downloadr-alacritty-vte-7399615d1f94676b99defff0ebe9a385e26d7199.tar.gz
r-alacritty-vte-7399615d1f94676b99defff0ebe9a385e26d7199.tar.bz2
r-alacritty-vte-7399615d1f94676b99defff0ebe9a385e26d7199.zip
Fix outdated URLs
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
-rw-r--r--utf8parse/Cargo.toml2
-rw-r--r--vte_generate_state_changes/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f67878c..dc77669 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]
diff --git a/README.md b/README.md
index bfaec0c..014795f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
vte
===
-[![Build Status](https://travis-ci.org/jwilm/vte.svg?branch=master)](https://travis-ci.org/jwilm/vte)
+[![Build Status](https://travis-ci.org/alacritty/vte.svg?branch=master)](https://travis-ci.org/alacritty/vte)
[![Crates.io Version](https://img.shields.io/crates/v/vte.svg)](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"