[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: zoxide: Add missing space in description.
From: |
guix-commits |
Subject: |
branch master updated: gnu: zoxide: Add missing space in description. |
Date: |
Wed, 26 May 2021 09:49:15 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2aa622c gnu: zoxide: Add missing space in description.
2aa622c is described below
commit 2aa622ca7d82f9093e3dd3b766bbebffa96e904a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 26 15:48:45 2021 +0200
gnu: zoxide: Add missing space in description.
* gnu/packages/rust-apps.scm (zoxide)[description]: Add missing space.
---
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 c75d431..da61b8a 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -835,7 +835,7 @@ C-compatible) software.")
(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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: zoxide: Add missing space in description.,
guix-commits <=