aboutsummaryrefslogtreecommitdiff
path: root/alacritty
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-12-29 20:05:19 +0000
committerGitHub <noreply@github.com>2020-12-29 20:05:19 +0000
commit3d7b16d4b0d867268c315f421904f3a2dc81a72d (patch)
treed8472a298e07bb16fc1e66be79db9ff194ad55dc /alacritty
parent3a54ce899e48de45dc90de2aaa742f06b003dab4 (diff)
downloadr-alacritty-3d7b16d4b0d867268c315f421904f3a2dc81a72d.tar.gz
r-alacritty-3d7b16d4b0d867268c315f421904f3a2dc81a72d.tar.bz2
r-alacritty-3d7b16d4b0d867268c315f421904f3a2dc81a72d.zip
Update Alacritty's description
Alacritty's description in the readme and manpage has always been a bit overly aggressive in its marketing. This new updated text should more accurately describe Alacritty's current state without pointlessly agitating people.
Diffstat (limited to 'alacritty')
-rw-r--r--alacritty/Cargo.toml2
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"