diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-11 02:23:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-11 02:23:13 +0100 |
commit | c2c8d6bf371433a3158fda769829714c5b99f62a (patch) | |
tree | ef5e8624174aa108de8a7f62f09f0fa18904c2cf /alacritty_terminal/Cargo.toml | |
parent | c34ec12c309695e4c14d8e50b5f3f54198f70775 (diff) | |
download | alacritty-c2c8d6bf371433a3158fda769829714c5b99f62a.tar.gz alacritty-c2c8d6bf371433a3158fda769829714c5b99f62a.zip |
Move Alacritty to organization
This fixes various outdated links pointing to the old jwilm/alacritty
repository.
Since `copypasta` now has its own github repository at
https://github.com/alacritty/copypasta, the sources have been removed
from Alacritty.
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 826e260f..7dadca19 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "alacritty_terminal" version = "0.4.2-dev" -authors = ["Joe Wilm <joe@jwilm.com>"] +authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" readme = "../README.md" -homepage = "https://github.com/jwilm/alacritty" +homepage = "https://github.com/alacritty/alacritty" edition = "2018" [dependencies] @@ -24,7 +24,7 @@ unicode-width = "0.1" base64 = "0.11.0" terminfo = "0.6.1" url = "2" -copypasta = { path = "../copypasta" } +copypasta = "0.6.1" [target.'cfg(unix)'.dependencies] nix = "0.15.0" |