gnu: go-golang-org-x-crypto-salsa20: Fix typo "This package".

* gnu/packages/golang (go-golang-org-x-crypto-salsa20)[description]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2019-05-22 15:08:50 -07:00
parent 575fa9b3c2
commit 8374bbe2b8
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -841,7 +841,7 @@ (define-public go-golang-org-x-crypto-salsa20
`(#:import-path "golang.org/x/crypto/salsa20"
#:unpack-path "golang.org/x/crypto"))
(synopsis "Salsa20 in Go")
(description "This packages provides a Go implementation of the Salsa20
(description "This package provides a Go implementation of the Salsa20
stream cipher.")))
(define-public go-golang-org-x-crypto-cast5