1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-16 22:25:55 +02:00

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

* gnu/packages/syncthing (go-github-com-lib-pq)[description]: Fix typo.
This commit is contained in:
Vagrant Cascadian
2019-05-22 15:34:59 -07:00
parent c9bb314bbd
commit a2ca130aac
+1 -1
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)))