gnu: go-golang-org-x-crypto-tea: Fix typo "This package".
* gnu/packages/golang (go-golang-org-x-crypto-tea)[description]: Fix typo.
This commit is contained in:
parent
3ad7544664
commit
575fa9b3c2
|
@ -830,7 +830,7 @@ derivation function.")))
|
||||||
`(#:import-path "golang.org/x/crypto/tea"
|
`(#:import-path "golang.org/x/crypto/tea"
|
||||||
#:unpack-path "golang.org/x/crypto"))
|
#:unpack-path "golang.org/x/crypto"))
|
||||||
(synopsis "Tiny Encryption Algorithm (TEA) in Go")
|
(synopsis "Tiny Encryption Algorithm (TEA) in Go")
|
||||||
(description "This packages a Go implementation of the Tiny Encryption
|
(description "This package provides a Go implementation of the Tiny Encryption
|
||||||
Algorithm (TEA) block cipher.")))
|
Algorithm (TEA) block cipher.")))
|
||||||
|
|
||||||
(define-public go-golang-org-x-crypto-salsa20
|
(define-public go-golang-org-x-crypto-salsa20
|
||||||
|
|
Loading…
Reference in New Issue