mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: go-github-com-gobwas-glob: Fix typo "This package".
* gnu/packages/syncthing (go-github-com-gobwas-glob)[description]: Fix typo.
This commit is contained in:
parent
a8d4765194
commit
c9bb314bbd
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ (define-public go-github-com-gobwas-glob
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/gobwas/glob"))
|
`(#:import-path "github.com/gobwas/glob"))
|
||||||
(synopsis "Go globbing library")
|
(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")
|
(home-page "https://github.com/gobwas/glob")
|
||||||
(license expat))))
|
(license expat))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue