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
|
@ -756,7 +756,7 @@ hashes.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/pkg/errors"))
|
`(#:import-path "github.com/pkg/errors"))
|
||||||
(synopsis "Go error handling primitives")
|
(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.")
|
error handling primitives in Go.")
|
||||||
(home-page "https://github.com/pkg/errors")
|
(home-page "https://github.com/pkg/errors")
|
||||||
(license bsd-2)))
|
(license bsd-2)))
|
||||||
|
|
Loading…
Reference in New Issue