gnu: go-golang-org-x-crypto-twofish: Fix typo "This package".
* gnu/packages/golang (go-golang-org-x-crypto-twofish)[description]: Fix typo.
This commit is contained in:
parent
46e8da9765
commit
b044754744
1 changed files with 1 additions and 1 deletions
|
@ -863,7 +863,7 @@ symmetric-key block cipher.")))
|
||||||
`(#:import-path "golang.org/x/crypto/twofish"
|
`(#:import-path "golang.org/x/crypto/twofish"
|
||||||
#:unpack-path "golang.org/x/crypto"))
|
#:unpack-path "golang.org/x/crypto"))
|
||||||
(synopsis "Twofish in Go")
|
(synopsis "Twofish in Go")
|
||||||
(description "This packages provides a Go implementation of the Twofish
|
(description "This package provides a Go implementation of the Twofish
|
||||||
symmetric-key block cipher.")))
|
symmetric-key block cipher.")))
|
||||||
|
|
||||||
(define-public go-golang-org-x-crypto-xtea
|
(define-public go-golang-org-x-crypto-xtea
|
||||||
|
|
Reference in a new issue