gnu: go-golang-org-x-net-proxy: Fix typo "This package".
* gnu/packages/golang (go-golang-org-x-net-proxy)[description]: Fix typo.
This commit is contained in:
parent
79254f31f4
commit
4cc055cb65
|
@ -1139,7 +1139,7 @@ IP-level socket options for the Internet Protocol version 6.")
|
||||||
`(#:import-path "golang.org/x/net/proxy"
|
`(#:import-path "golang.org/x/net/proxy"
|
||||||
#:unpack-path "golang.org/x/net/"))
|
#:unpack-path "golang.org/x/net/"))
|
||||||
(synopsis "Go support for network proxies")
|
(synopsis "Go support for network proxies")
|
||||||
(description "This packages provides @code{proxy}, which provides support
|
(description "This package provides @code{proxy}, which provides support
|
||||||
for a variety of protocols to proxy network data.")
|
for a variety of protocols to proxy network data.")
|
||||||
(home-page "https://go.googlesource.com/net")
|
(home-page "https://go.googlesource.com/net")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
Loading…
Reference in New Issue