gnu: go-github-com-docker-go-connections: Fix typo "This package".

* gnu/packages/golang (go-github-com-docker-go-connections)[description]: Fix
  typo.
This commit is contained in:
Vagrant Cascadian 2019-05-22 15:21:11 -07:00
parent 4cc055cb65
commit f0b32cea6b
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -1804,7 +1804,7 @@ to interacting with distribution components.")
(home-page "https://github.com/docker/go-connections")
(synopsis "Networking library for Go")
(description
"This packages provides a library to work with network connections in
"This package provides a library to work with network connections in
the Go language. In particular it provides tools to deal with network address
translation (NAT), proxies, sockets, and transport layer security (TLS).")
(license license:asl2.0))))