guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

37/52: gnu: rust-hmac-sha1: Fix description.


From: guix-commits
Subject: 37/52: gnu: rust-hmac-sha1: Fix description.
Date: Sat, 10 Apr 2021 08:15:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1555d1d80185a14820abf8b0284f26edc72aab5a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Apr 9 19:56:06 2021 +0200

    gnu: rust-hmac-sha1: Fix description.
    
    * gnu/packages/crates-io.scm (rust-hmac-sha1-0.1)
    [description]: Fix typo & use @acronym{}.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0f358d7..9d97816 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18080,8 +18080,8 @@ Hash-based Message Authentication Code}.")
     (home-page "https://github.com/pantsman0/rust-hmac-sha1";)
     (synopsis "Minimal implementation of HMAC-SHA1 in Rust")
     (description
-     "This package is a pure Rust implementation of the Hash-based Message
-Authentication Code Algoritm (HMAC) for SHA1.")
+     "This package is a pure Rust implementation of the @acronym{HMAC,
+Hash-based Message Authentication Code algorithm} for SHA1.")
     (license license:bsd-3)))
 
 (define-public rust-hostname-0.3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]