mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: abook: Fix typo in description.
* gnu/packages/mail.scm (abook)[description]: Fix typo.
This commit is contained in:
parent
6c7dc0bad1
commit
da671c16f2
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue