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:
parent
4cc055cb65
commit
f0b32cea6b
|
@ -1804,7 +1804,7 @@ to interacting with distribution components.")
|
||||||
(home-page "https://github.com/docker/go-connections")
|
(home-page "https://github.com/docker/go-connections")
|
||||||
(synopsis "Networking library for Go")
|
(synopsis "Networking library for Go")
|
||||||
(description
|
(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
|
the Go language. In particular it provides tools to deal with network address
|
||||||
translation (NAT), proxies, sockets, and transport layer security (TLS).")
|
translation (NAT), proxies, sockets, and transport layer security (TLS).")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
Loading…
Reference in New Issue