diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-07-23 16:41:52 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-07-23 17:02:29 +0200 |
commit | c4918b54bbeffbdb6581590d2c869a54dbc4b936 (patch) | |
tree | 7e5c10400e5820a082414719b0f1002d8dfcc381 /gnu/packages | |
parent | efcd669c5ad2cb471e583172c5f54a205b3dcaa5 (diff) |
gnu: tmux-themepack: Tweak description.
* gnu/packages/tmux.scm (tmux-themepack)[description]: Tweak.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tmux.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm index 7dc977d820..682fa9737a 100644 --- a/gnu/packages/tmux.scm +++ b/gnu/packages/tmux.scm @@ -97,7 +97,8 @@ continue running in the background, then later reattached.") "themepack.tmux")))))))) (home-page "https://github.com/jimeh/tmux-themepack") (synopsis "Collection of themes for Tmux") - (description "A collection of various themes for Tmux.") + (description + "This package provides several themes for Tmux, the terminal multiplexer.") (license license:wtfpl2))) (define-public tmuxifier |