diff options
Diffstat (limited to 'gnu/packages/tmux.scm')
| -rw-r--r-- | gnu/packages/tmux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm index 9cb35bb4b2f..a5c0bb206e9 100644 --- a/gnu/packages/tmux.scm +++ b/gnu/packages/tmux.scm | |||
| @@ -46,6 +46,6 @@ | |||
| 46 | (description | 46 | (description |
| 47 | "tmux is a terminal multiplexer: it enables a number of terminals (or | 47 | "tmux is a terminal multiplexer: it enables a number of terminals (or |
| 48 | windows), each running a separate program, to be created, accessed, and | 48 | windows), each running a separate program, to be created, accessed, and |
| 49 | controlled from a single screen. tmux may be detached from a screen and | 49 | controlled from a single screen. tmux may be detached from a screen and |
| 50 | continue running in the background, then later reattached.") | 50 | continue running in the background, then later reattached.") |
| 51 | (license isc))) | 51 | (license isc))) |
