From da671c16f26a6f581aca3d3e9633bb4c92e57454 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 23 May 2021 10:06:44 +0200 Subject: 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(-) (limited to 'gnu/packages/mail.scm') diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index ded60cdc2c..a8f4e0ed88 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -207,10 +207,10 @@ (define-public abook `(("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 -- cgit v1.2.3