From d29c30900743f3e7f864f7951edf34c7423accd8 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Thu, 21 Mar 2019 15:45:03 -0700 Subject: Update extended-description for deb file --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f5818866..76b70e64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,9 +99,7 @@ maintainer = "Joe Wilm " 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" -- cgit