mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: rust-hmac-sha1: Fix description.
* gnu/packages/crates-io.scm (rust-hmac-sha1-0.1) [description]: Fix typo & use @acronym{}.
This commit is contained in:
parent
04a5e7918d
commit
1555d1d801
1 changed files with 2 additions and 2 deletions
|
@ -18080,8 +18080,8 @@ (define-public rust-hmac-sha1-0.1
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue