diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 14:59:15 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:08:17 -0700 |
commit | 575fa9b3c216bc75bb4e174e8391d3b3c4870362 (patch) | |
tree | 2bff13179dca86c526396b8dcfca352a9349dc75 /gnu/packages/golang.scm | |
parent | 3ad75446648d8fc476098562627d38c2687afe44 (diff) | |
download | patches-575fa9b3c216bc75bb4e174e8391d3b3c4870362.tar patches-575fa9b3c216bc75bb4e174e8391d3b3c4870362.tar.gz |
gnu: go-golang-org-x-crypto-tea: Fix typo "This package".
* gnu/packages/golang (go-golang-org-x-crypto-tea)[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 fd329dcd4d..7643a1ec22 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -830,7 +830,7 @@ derivation function."))) `(#: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 |