summaryrefslogtreecommitdiff
path: root/gnu/packages/terminals.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-12-28 21:02:12 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-12-29 01:43:25 +0100
commitacdf2f28510443d22f296675d98a197f181ce2aa (patch)
treea994f4c273402b632c0e30be6e373596b1ffcc89 /gnu/packages/terminals.scm
parentebb9efac4520d34c1b3948e8d7facbff90269c43 (diff)
downloadguix-patches-acdf2f28510443d22f296675d98a197f181ce2aa.tar
guix-patches-acdf2f28510443d22f296675d98a197f181ce2aa.tar.gz
gnu: termite: Note obsolescense.
* gnu/packages/terminals.scm (termite)[description]: Update.
Diffstat (limited to 'gnu/packages/terminals.scm')
-rw-r--r--gnu/packages/terminals.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index be8d586669..91d1543b8a 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -224,9 +224,12 @@ configurable through a graphical wizard.")
(files '("share/terminfo")))))
(home-page "https://github.com/thestinger/termite/")
(synopsis "Keyboard-centric, VTE-based terminal")
- (description "Termite is a minimal terminal emulator designed for use with
-tiling window managers. It is a modal application, similar to Vim, with an
-insert mode and command mode where keybindings have different functions.")
+ (description "Termite is a minimal terminal emulator. It is no longer
+maintained as the author considers it obsoleted by Alacritty.
+
+It was designed for use with tiling window managers. It is a modal
+application, similar to Vim, with an insert mode and command mode where
+keybindings have different functions.")
;; Files under util/ are under the Expat license; the rest is LGPLv2+.
(license license:lgpl2.0+)))