diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:03 +0200 |
commit | 283969d0c527aa41e65bb4f5c2a7fa3baf86c49a (patch) | |
tree | 4fdf2214e0d9f78ba223d9f014953192cf77cf71 /gnu/packages/mail.scm | |
parent | 807fbccb25004ddfb5a0c75f9226744cf7a05c2b (diff) |
gnu: perl-mail-dkim: Mark up description.
* gnu/packages/authentication.scm (perl-mail-dkim)[description]:
Use @acronym{}. Drop ‘new’.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 26892cf84e..2cefb15de8 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2738,8 +2738,8 @@ Authentication-Results header seen in the wild.") perl-yaml-libyaml)) (home-page "https://metacpan.org/release/Mail-DKIM") (synopsis "Signs/verifies Internet mail with DKIM/DomainKey signatures") - (description "Mail::DKIM is a Perl module that implements the new Domain -Keys Identified Mail (DKIM) standard, and the older Yahoo! DomainKeys standard, + (description "Mail::DKIM is a Perl module that implements the @acronym{DKIM, +Domain Keys Identified Mail} standard, and the older Yahoo! DomainKeys standard, both of which sign and verify emails using digital signatures and DNS records. Mail-DKIM can be used by any Perl program that wants to provide support for DKIM and/or DomainKeys.") |