guix-commits
[Top][All Lists]
Advanced

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

31/42: gnu: go-github-com-gobwas-glob: Fix typo "This package".


From: guix-commits
Subject: 31/42: gnu: go-github-com-gobwas-glob: Fix typo "This package".
Date: Wed, 22 May 2019 21:20:20 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit c9bb314bbdbb07db615ce1aad391e9a5868fa64b
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 15:34:02 2019 -0700

    gnu: go-github-com-gobwas-glob: Fix typo "This package".
    
    * gnu/packages/syncthing (go-github-com-gobwas-glob)[description]: Fix typo.
---
 gnu/packages/syncthing.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 3ce4c58..9fea65d 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -335,7 +335,7 @@ structs in the Go programming language.")
       (arguments
         `(#:import-path "github.com/gobwas/glob"))
       (synopsis "Go globbing library")
-      (description "This packages provides a Go implementation of globs.")
+      (description "This package provides a Go implementation of globs.")
       (home-page "https://github.com/gobwas/glob";)
       (license expat))))
 



reply via email to

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