mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -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)
|
`(("ncurses" ,ncurses)
|
||||||
("readline" ,readline)))
|
("readline" ,readline)))
|
||||||
(home-page "https://abook.sourceforge.io/")
|
(home-page "https://abook.sourceforge.io/")
|
||||||
(synopsis "Text-based addressbook")
|
(synopsis "Text-based address book")
|
||||||
(description
|
(description
|
||||||
"Abook is a text-based addressbook program designed to use with Mutt mail
|
"Abook is a text-based address book program designed to use with the Mutt
|
||||||
client.")
|
mail client.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public anubis
|
(define-public anubis
|
||||||
|
|
Loading…
Reference in a new issue