mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: zoxide: Fix typo in synopsis.
* gnu/packages/rust-apps.scm (zoxide)[synopsis]: Fix typo.
This commit is contained in:
parent
d342d06630
commit
836f5fc4c5
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ (define-public zoxide
|
|||
(("rust-assert-cmd" ,rust-assert-cmd-1)
|
||||
("rust-seq-macro" ,rust-seq-macro-0.2))))
|
||||
(home-page "https://github.com/ajeetdsouza/zoxide/")
|
||||
(synopsis "Fast way to navigate your filesystem")
|
||||
(synopsis "Fast way to navigate your file system")
|
||||
(description
|
||||
"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
|
||||
|
|
Loading…
Reference in a new issue