diff options
Diffstat (limited to 'alacritty')
-rw-r--r-- | alacritty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index f80e96c2..8ed68a51 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -3,7 +3,7 @@ name = "alacritty" version = "0.7.0-dev" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" -description = "GPU-accelerated terminal emulator" +description = "A fast, cross-platform, OpenGL terminal emulator" readme = "README.md" homepage = "https://github.com/alacritty/alacritty" edition = "2018" |