diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-05 13:52:43 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-05 18:29:55 +0200 |
commit | 605a40b3857ffb705649aa0857a0ef0d065aa7a7 (patch) | |
tree | 36f356d6d2a03b5cf2c53c458eb0fdcc3f692373 | |
parent | 49dd606f574b3e7aadea8d93818bfdc6f3de71cc (diff) | |
download | guix-605a40b3857ffb705649aa0857a0ef0d065aa7a7.tar.gz |
gnu: nnn: Remove marketing hyperbole.
* gnu/packages/admin.scm (nnn)[description]: Gush less.
-rw-r--r-- | gnu/packages/admin.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index a2e013ed03..661e5e131d 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3623,11 +3623,11 @@ information tool.") (string-append "PKG_CONFIG=" ,(pkg-config-for-target))))) (home-page "https://github.com/jarun/nnn") (synopsis "Terminal file browser") - (description "@command{nnn} is a fork of @command{noice}, a blazing-fast -lightweight terminal file browser with easy keyboard shortcuts for -navigation, opening files and running tasks. There is no config file and -mime associations are hard-coded. The incredible user-friendliness and speed -make it a perfect utility on modern distros.") + (description + "@command{nnn} is a fork of @command{noice}, a fast and minimal text +terminal file browser with keyboard shortcuts for navigation, opening files and +running tasks. There is no configuration file and MIME associations are +hard-coded.") (license license:bsd-2))) (define-public thermald |