diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-12-01 22:33:23 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-01 22:33:23 +0100 |
commit | 79c311b81cd8b12075f4c8028a65787481ee40c5 (patch) | |
tree | 7fed0959acc6c75a7ad84c18fa4f7bdc83dfbc84 /gnu/packages/mail.scm | |
parent | e6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff) | |
download | patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz |
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index d355d1e72c..bdb3d52070 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -86,11 +86,11 @@ (home-page "http://www.gnu.org/software/mailutils/") (synopsis "Utilities and library for reading and serving mail") (description - "Mailutils is a \"swiss army knife of electronic mail handling.\" It is -a suite of programs for managing, viewing and processing e-mail. It contains -both utilities and server daemons and all operate in a protocol-agnostic way. - The underlying libraries are also made available, making adding mail -capabilities to new software simple.") + "GNU Mailutils is a collection of programs for managing, viewing and +processing electronic mail. It contains both utilities and server daemons +and all operate in a protocol-agnostic way. The underlying libraries are +also available, simplifying the addition of mail capabilities to new +software.") (license ;; Libraries are under LGPLv3+, and programs under GPLv3+. (list gpl3+ lgpl3+)))) |