diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:35:58 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:09:18 -0700 |
commit | 662ab81d86f055d45979f8553c660a2ec66dc5e6 (patch) | |
tree | 156113be9a94bfb236663e2da346e6059baf6480 /gnu/packages/syncthing.scm | |
parent | a2ca130aacb20fdb56319b06119364b03abd96c1 (diff) | |
download | patches-662ab81d86f055d45979f8553c660a2ec66dc5e6.tar 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.scm | 2 |
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))) |