gnu: rust-hmac-sha1: Fix description.
* gnu/packages/crates-io.scm (rust-hmac-sha1-0.1) [description]: Fix typo & use @acronym{}.master
parent
04a5e7918d
commit
1555d1d801
|
@ -18080,8 +18080,8 @@ Hash-based Message Authentication Code}.")
|
||||||
(home-page "https://github.com/pantsman0/rust-hmac-sha1")
|
(home-page "https://github.com/pantsman0/rust-hmac-sha1")
|
||||||
(synopsis "Minimal implementation of HMAC-SHA1 in Rust")
|
(synopsis "Minimal implementation of HMAC-SHA1 in Rust")
|
||||||
(description
|
(description
|
||||||
"This package is a pure Rust implementation of the Hash-based Message
|
"This package is a pure Rust implementation of the @acronym{HMAC,
|
||||||
Authentication Code Algoritm (HMAC) for SHA1.")
|
Hash-based Message Authentication Code algorithm} for SHA1.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public rust-hostname-0.3
|
(define-public rust-hostname-0.3
|
||||||
|
|
Reference in New Issue