diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:10:28 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:08:22 -0700 |
commit | 46e8da97659deeeb1ae1a25f1344d25170bec51e (patch) | |
tree | a1ddcb59872e0d0f49ceea801398af2a049b341d /gnu/packages/golang.scm | |
parent | 8374bbe2b8b1e44438c4d73ba28c31c0543c832e (diff) |
gnu: go-golang-org-x-crypto-cast5: Fix typo "This package".
* gnu/packages/golang (go-golang-org-x-crypto-cast5)[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 699e74519b..602b3bc577 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -852,7 +852,7 @@ stream cipher."))) `(#:import-path "golang.org/x/crypto/cast5" #:unpack-path "golang.org/x/crypto")) (synopsis "Cast5 in Go") - (description "This packages provides a Go implementation of the Cast5 + (description "This package provides a Go implementation of the Cast5 symmetric-key block cipher."))) (define-public go-golang-org-x-crypto-twofish |