gnu: go-github-com-pkg-errors: Fix typo "This package".

* gnu/packages/syncthing (go-github-com-pkg-errors)[description]: Fix typo.
master
Vagrant Cascadian 2019-05-22 15:37:24 -07:00
parent 662ab81d86
commit 2e785aa00d
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ hashes.")
(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)))