diff options
author | Alex Touchet <alextouchet@outlook.com> | 2019-03-21 15:45:03 -0700 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-03-21 22:45:03 +0000 |
commit | d29c30900743f3e7f864f7951edf34c7423accd8 (patch) | |
tree | c57f7fa960009e068419e97a1fdcefc6639450c1 | |
parent | 32cb48774ad139c7f4fe9864e28fefeaa1009c79 (diff) | |
download | alacritty-d29c30900743f3e7f864f7951edf34c7423accd8.tar.gz alacritty-d29c30900743f3e7f864f7951edf34c7423accd8.zip |
Update extended-description for deb file
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -99,9 +99,7 @@ maintainer = "Joe Wilm <joe@jwilm.com>" license-file = ["LICENSE-APACHE", "3"] extended-description = """\ Alacritty is the fastest terminal emulator in existence. Using the GPU for \ -rendering enables optimizations that simply aren't possible in other emulators. \ -Alacritty currently supports FreeBSD, Linux, macOS, and OpenBSD. Windows \ -support is planned before the 1.0 release. """ +rendering enables optimizations that simply aren't possible without it. """ depends = "$auto" section = "rust" priority = "optional" |