diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-01-19 11:46:41 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-01-19 11:46:41 +0200 |
commit | 1d92fb08cf30d541f4da1c93143403779a775ac1 (patch) | |
tree | 2bc0458aa81f7025448ac7112911254193dc531f /gnu/packages/gnome.scm | |
parent | 99043adf46d3e27fb10939c1365552844596345d (diff) | |
download | guix-1d92fb08cf30d541f4da1c93143403779a775ac1.tar guix-1d92fb08cf30d541f4da1c93143403779a775ac1.tar.gz |
gnu: terminator: Adjust description.
* gnu/packages/gnome.scm (terminator)[description): Remove stray '+'.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d31a4a02e7..e614d26b68 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10792,7 +10792,7 @@ advanced image management tool") (synopsis "Store and run multiple GNOME terminals in one window") (description "Terminator allows you to run multiple GNOME terminals in a grid and -+tabs, and it supports drag and drop re-ordering of terminals.") +tabs, and it supports drag and drop re-ordering of terminals.") (license license:gpl2))) (define-public libhandy |