diff options
Diffstat (limited to 'gnu/packages/tmux.scm')
-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 |