diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:08:50 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:08:19 -0700 |
commit | 8374bbe2b8b1e44438c4d73ba28c31c0543c832e (patch) | |
tree | aed96e3381c08b904986816e52d0d62ccff77f0e /gnu/packages/golang.scm | |
parent | 575fa9b3c216bc75bb4e174e8391d3b3c4870362 (diff) | |
download | guix-8374bbe2b8b1e44438c4d73ba28c31c0543c832e.tar guix-8374bbe2b8b1e44438c4d73ba28c31c0543c832e.tar.gz |
gnu: go-golang-org-x-crypto-salsa20: Fix typo "This package".
* gnu/packages/golang (go-golang-org-x-crypto-salsa20)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 7643a1ec22..699e74519b 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -841,7 +841,7 @@ Algorithm (TEA) block cipher."))) `(#: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 |