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:
Vagrant Cascadian 2019-05-22 14:59:15 -07:00
parent 3ad7544664
commit 575fa9b3c2
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -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