From c9bb314bbdbb07db615ce1aad391e9a5868fa64b Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 15:34:02 -0700 Subject: 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(-) (limited to 'gnu/packages/syncthing.scm') 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)))) -- cgit v1.2.3