guix-commits
[Top][All Lists]
Advanced

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

08/22: gnu: abook: Fix typo in description.


From: guix-commits
Subject: 08/22: gnu: abook: Fix typo in description.
Date: Sun, 23 May 2021 17:40:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit da671c16f26a6f581aca3d3e9633bb4c92e57454
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 23 10:06:44 2021 +0200

    gnu: abook: Fix typo in description.
    
    * gnu/packages/mail.scm (abook)[description]: Fix typo.
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ded60cd..a8f4e0e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -207,10 +207,10 @@
      `(("ncurses" ,ncurses)
        ("readline" ,readline)))
     (home-page "https://abook.sourceforge.io/";)
-    (synopsis "Text-based addressbook")
+    (synopsis "Text-based address book")
     (description
-     "Abook is a text-based addressbook program designed to use with Mutt mail
-client.")
+     "Abook is a text-based address book program designed to use with the Mutt
+mail client.")
     (license license:gpl2)))
 
 (define-public anubis



reply via email to

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