From 662ab81d86f055d45979f8553c660a2ec66dc5e6 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 15:35:58 -0700 Subject: gnu: go-github-com-oschwald-geoip2-golang: Fix typo "This package". * gnu/packages/syncthing (go-github-com-oschwald-geoip2-golang)[description]: Fix typo. --- gnu/packages/syncthing.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/syncthing.scm') 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))) -- cgit v1.2.3