diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:56:06 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:32 +0200 |
commit | 1555d1d80185a14820abf8b0284f26edc72aab5a (patch) | |
tree | 4c318da962695209adde79a89ec73a4fffbaaa88 | |
parent | 04a5e7918d18b6ce73f36d939b4c2a44a06b838f (diff) | |
download | guix-1555d1d80185a14820abf8b0284f26edc72aab5a.tar.gz |
gnu: rust-hmac-sha1: Fix description.
* gnu/packages/crates-io.scm (rust-hmac-sha1-0.1) [description]: Fix typo & use @acronym{}.
-rw-r--r-- | gnu/packages/crates-io.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 0f358d775d..9d9781683b 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 |