summaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 15:34:02 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:09:11 -0700
commitc9bb314bbdbb07db615ce1aad391e9a5868fa64b (patch)
tree69eaec37a2823e031cd19ad9cf7d5136403bff2d /gnu/packages/syncthing.scm
parenta8d476519455170ead698d7c4c3c3dbaa046df87 (diff)
downloadguix-patches-c9bb314bbdbb07db615ce1aad391e9a5868fa64b.tar
guix-patches-c9bb314bbdbb07db615ce1aad391e9a5868fa64b.tar.gz
gnu: go-github-com-gobwas-glob: Fix typo "This package".
* gnu/packages/syncthing (go-github-com-gobwas-glob)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r--gnu/packages/syncthing.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 3ce4c58116..9fea65d21e 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))))