diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-05-26 15:48:45 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-05-26 15:48:45 +0200 |
commit | 2aa622ca7d82f9093e3dd3b766bbebffa96e904a (patch) | |
tree | 5444e85b8b76ac9ea90908c685777478d7a97b1a /gnu/packages/rust-apps.scm | |
parent | 001bb08cab24f5b1d939e385b0197898c0719ebb (diff) |
gnu: zoxide: Add missing space in description.
* gnu/packages/rust-apps.scm (zoxide)[description]: Add missing space.
Diffstat (limited to 'gnu/packages/rust-apps.scm')
-rw-r--r-- | gnu/packages/rust-apps.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index c75d431c04..da61b8a582 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -835,7 +835,7 @@ C-compatible) software.") (home-page "https://github.com/ajeetdsouza/zoxide/") (synopsis "Fast way to navigate your filesystem") (description - "Zoxide is a fast replacement for your @command{cd} command. It keeps + "Zoxide is a fast replacement for your @command{cd} command. It keeps track of the directories you use most frequently, and uses a ranking algorithm to navigate to the best match.") (license license:expat))) |