summaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 15:34:59 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:09:15 -0700
commita2ca130aacb20fdb56319b06119364b03abd96c1 (patch)
tree534d039ecfce664a34393f9da341f2e9fa69e3da /gnu/packages/syncthing.scm
parentc9bb314bbdbb07db615ce1aad391e9a5868fa64b (diff)
downloadguix-patches-a2ca130aacb20fdb56319b06119364b03abd96c1.tar
guix-patches-a2ca130aacb20fdb56319b06119364b03abd96c1.tar.gz
gnu: go-github-com-lib-pq: Fix typo "This package".
* gnu/packages/syncthing (go-github-com-lib-pq)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r--gnu/packages/syncthing.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 9fea65d21e..28ac9046cb 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -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)))