1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 07:15:53 +02:00

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
+1 -1
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))))