diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:34:59 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:09:15 -0700 |
commit | a2ca130aacb20fdb56319b06119364b03abd96c1 (patch) | |
tree | 534d039ecfce664a34393f9da341f2e9fa69e3da /gnu | |
parent | c9bb314bbdbb07db615ce1aad391e9a5868fa64b (diff) | |
download | guix-a2ca130aacb20fdb56319b06119364b03abd96c1.tar.gz guix-a2ca130aacb20fdb56319b06119364b03abd96c1.zip |
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')
-rw-r--r-- | gnu/packages/syncthing.scm | 2 |
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))) |