mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: go-github-com-pkg-errors: Fix typo "This package".
* gnu/packages/syncthing (go-github-com-pkg-errors)[description]: Fix typo.
This commit is contained in:
parent
662ab81d86
commit
2e785aa00d
1 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ (define-public go-github-com-pkg-errors
|
|||
(arguments
|
||||
`(#:import-path "github.com/pkg/errors"))
|
||||
(synopsis "Go error handling primitives")
|
||||
(description "This packages provides @code{error}, which offers simple
|
||||
(description "This package provides @code{error}, which offers simple
|
||||
error handling primitives in Go.")
|
||||
(home-page "https://github.com/pkg/errors")
|
||||
(license bsd-2)))
|
||||
|
|
Loading…
Reference in a new issue