gnu: zoxide: Add missing space in description.

* gnu/packages/rust-apps.scm (zoxide)[description]: Add missing space.
This commit is contained in:
Nicolas Goaziou 2021-05-26 15:48:45 +02:00
parent 001bb08cab
commit 2aa622ca7d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -835,7 +835,7 @@ (define-public zoxide
(home-page "https://github.com/ajeetdsouza/zoxide/") (home-page "https://github.com/ajeetdsouza/zoxide/")
(synopsis "Fast way to navigate your filesystem") (synopsis "Fast way to navigate your filesystem")
(description (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 track of the directories you use most frequently, and uses a ranking algorithm
to navigate to the best match.") to navigate to the best match.")
(license license:expat))) (license license:expat)))