summaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 15:35:58 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:09:18 -0700
commit662ab81d86f055d45979f8553c660a2ec66dc5e6 (patch)
tree156113be9a94bfb236663e2da346e6059baf6480 /gnu/packages/syncthing.scm
parenta2ca130aacb20fdb56319b06119364b03abd96c1 (diff)
downloadguix-patches-662ab81d86f055d45979f8553c660a2ec66dc5e6.tar
guix-patches-662ab81d86f055d45979f8553c660a2ec66dc5e6.tar.gz
gnu: go-github-com-oschwald-geoip2-golang: Fix typo "This package".
* gnu/packages/syncthing (go-github-com-oschwald-geoip2-golang)[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 28ac9046cb..1041db21ea 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -462,7 +462,7 @@ database/sql package.")
`(#:import-path "github.com/oschwald/geoip2-golang"
#:tests? #f)) ; Requires some unpackaged software and test data
(synopsis "MaxMind GeoIP2 reader")
- (description "This packages provides a library for reading MaxMind
+ (description "This package provides a library for reading MaxMind
GeoLite2 and GeoIP2 databases in Go.")
(home-page "https://github.com/oschwald/geoip2-golang")
(license isc)))