3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Vagrant Cascadian 2019-05-22 15:20:09 -07:00
parent 79254f31f4
commit 4cc055cb65
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -1139,7 +1139,7 @@ IP-level socket options for the Internet Protocol version 6.")
`(#:import-path "golang.org/x/net/proxy"
#:unpack-path "golang.org/x/net/"))
(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.")
(home-page "https://go.googlesource.com/net")
(license license:bsd-3))))