guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: zoxide: Fix typo in synopsis.


From: guix-commits
Subject: 05/07: gnu: zoxide: Fix typo in synopsis.
Date: Sun, 30 May 2021 09:14:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 836f5fc4c5bfa989dbc5d8b936bd87a3763ffb12
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 30 15:04:33 2021 +0200

    gnu: zoxide: Fix typo in synopsis.
    
    * gnu/packages/rust-apps.scm (zoxide)[synopsis]: Fix typo.
---
 gnu/packages/rust-apps.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index da61b8a..b74e09c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]