diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-23 10:06:44 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-23 22:39:13 +0200 |
commit | da671c16f26a6f581aca3d3e9633bb4c92e57454 (patch) | |
tree | 97ba9cbe07a3852f2535648f30d022801173e18f /gnu/packages/mail.scm | |
parent | 6c7dc0bad197a4f6dd621b1b54b545a31d19eac2 (diff) | |
download | guix-da671c16f26a6f581aca3d3e9633bb4c92e57454.tar.gz |
gnu: abook: Fix typo in description.
* gnu/packages/mail.scm (abook)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ `(("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 |