diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:34:02 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:09:11 -0700 |
commit | c9bb314bbdbb07db615ce1aad391e9a5868fa64b (patch) | |
tree | 69eaec37a2823e031cd19ad9cf7d5136403bff2d | |
parent | a8d476519455170ead698d7c4c3c3dbaa046df87 (diff) |
gnu: go-github-com-gobwas-glob: Fix typo "This package".
* gnu/packages/syncthing (go-github-com-gobwas-glob)[description]: Fix typo.
-rw-r--r-- | gnu/packages/syncthing.scm | 2 |
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)))) |