mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
575fa9b3c2
commit
8374bbe2b8
1 changed files with 1 additions and 1 deletions
|
@ -841,7 +841,7 @@ Algorithm (TEA) block cipher.")))
|
||||||
`(#:import-path "golang.org/x/crypto/salsa20"
|
`(#:import-path "golang.org/x/crypto/salsa20"
|
||||||
#:unpack-path "golang.org/x/crypto"))
|
#:unpack-path "golang.org/x/crypto"))
|
||||||
(synopsis "Salsa20 in Go")
|
(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.")))
|
stream cipher.")))
|
||||||
|
|
||||||
(define-public go-golang-org-x-crypto-cast5
|
(define-public go-golang-org-x-crypto-cast5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue