gnu: go-github-com-oschwald-geoip2-golang: Fix typo "This package".
* gnu/packages/syncthing (go-github-com-oschwald-geoip2-golang)[description]: Fix typo.
This commit is contained in:
parent
a2ca130aac
commit
662ab81d86
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ database/sql package.")
|
||||||
`(#:import-path "github.com/oschwald/geoip2-golang"
|
`(#:import-path "github.com/oschwald/geoip2-golang"
|
||||||
#:tests? #f)) ; Requires some unpackaged software and test data
|
#:tests? #f)) ; Requires some unpackaged software and test data
|
||||||
(synopsis "MaxMind GeoIP2 reader")
|
(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.")
|
GeoLite2 and GeoIP2 databases in Go.")
|
||||||
(home-page "https://github.com/oschwald/geoip2-golang")
|
(home-page "https://github.com/oschwald/geoip2-golang")
|
||||||
(license isc)))
|
(license isc)))
|
||||||
|
|
Reference in a new issue