guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/42: gnu: go-golang-org-x-crypto-salsa20: Fix typo "This package".


From: guix-commits
Subject: 13/42: gnu: go-golang-org-x-crypto-salsa20: Fix typo "This package".
Date: Wed, 22 May 2019 21:20:17 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 8374bbe2b8b1e44438c4d73ba28c31c0543c832e
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 15:08:50 2019 -0700

    gnu: go-golang-org-x-crypto-salsa20: Fix typo "This package".
    
    * gnu/packages/golang (go-golang-org-x-crypto-salsa20)[description]: Fix 
typo.
---
 gnu/packages/golang.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 7643a1e..699e745 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]