diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2022-11-02 14:57:07 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2022-11-03 15:43:18 -0700 |
commit | 75b538daf46a8c983c9193166d86e7e8ea84b69d (patch) | |
tree | 56e7556acf4d49fc9321bde8377c5692d38c200a /gnu/packages/mail.scm | |
parent | bbac6c52480dc8572b74eb6235bdf55c1cf9842b (diff) | |
download | guix-75b538daf46a8c983c9193166d86e7e8ea84b69d.tar.gz |
gnu: Fix various synopsis and description issues.
* gnu/packages/admin.scm (greetd-pam-mount)[synopsis]: Base synopsis on pam-mount synopsis. [description]: Use two spaces consistently. (greetd)[synopsis]: Begin sentence with upper-case. * gnu/packages/xdisorg.scm (wlsunset)[description]: Fix spelling and case of wlsunsest. * gnu/packages/mail.scm (libpst): Add synopsis. * gnu/packages/networking.scm (librecast)[synopsis]: Update synopsis. (lcrq)[description]: Use two spaces after sentences.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 154ffb6640..e09852abb6 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -4533,7 +4533,7 @@ undelete email messages from Outlook Express .dbx files.") (native-inputs (list pkg-config)) (home-page "https://www.five-ten-sg.com/libpst/") - (synopsis "") + (synopsis "Tools to process Outlook email archives") (description "The Libpst utilities include @code{readpst} which can convert email messages to both mbox and MH mailbox formats, @code{pst2ldif} which can convert the contacts to @code{.ldif} format for import into LDAP |