mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: zoxide: Add missing space in description.
* gnu/packages/rust-apps.scm (zoxide)[description]: Add missing space.
This commit is contained in:
parent
001bb08cab
commit
2aa622ca7d
1 changed files with 1 additions and 1 deletions
|
@ -835,7 +835,7 @@ (define-public zoxide
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue