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
1 changed files with 1 additions and 1 deletions
|
@ -830,7 +830,7 @@ (define-public go-golang-org-x-crypto-tea
|
|||
`(#:import-path "golang.org/x/crypto/tea"
|
||||
#:unpack-path "golang.org/x/crypto"))
|
||||
(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.")))
|
||||
|
||||
(define-public go-golang-org-x-crypto-salsa20
|
||||
|
|
Loading…
Reference in a new issue