diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-30 15:04:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-30 15:13:40 +0200 |
commit | 836f5fc4c5bfa989dbc5d8b936bd87a3763ffb12 (patch) | |
tree | 410bee8dca4a1bbaa747e5b3884699fe220e0a2b /gnu/packages/rust-apps.scm | |
parent | d342d06630c6d6e820a465edd621931023e58446 (diff) | |
download | guix-836f5fc4c5bfa989dbc5d8b936bd87a3763ffb12.tar.gz guix-836f5fc4c5bfa989dbc5d8b936bd87a3763ffb12.zip |
gnu: zoxide: Fix typo in synopsis.
* gnu/packages/rust-apps.scm (zoxide)[synopsis]: Fix typo.
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 da61b8a582..b74e09c534 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -833,7 +833,7 @@ C-compatible) software.") (("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 |