gnu: go-github-com-lib-pq: Fix typo "This package".

* gnu/packages/syncthing (go-github-com-lib-pq)[description]: Fix typo.
master
Vagrant Cascadian 2019-05-22 15:34:59 -07:00
parent c9bb314bbd
commit a2ca130aac
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ address of the default LAN gateway.")
;; Postgres instance.
#:tests? #f))
(synopsis "Golang Postgres driver for Go's database/sql")
(description "This packages provides a pure Go Postgres driver for Go's
(description "This package provides a pure Go Postgres driver for Go's
database/sql package.")
(home-page "https://github.com/lib/pq")
(license expat)))