summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 15:20:09 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:08:41 -0700
commit4cc055cb65b914d4a0a09c97097268f8cb6dfb55 (patch)
treebfe52b162455dcc3775bcbbbfe3891f9d599c1d3 /gnu/packages/golang.scm
parent79254f31f4320b2a4869cf92a589a1575e92c844 (diff)
downloadpatches-4cc055cb65b914d4a0a09c97097268f8cb6dfb55.tar
patches-4cc055cb65b914d4a0a09c97097268f8cb6dfb55.tar.gz
gnu: go-golang-org-x-net-proxy: Fix typo "This package".
* gnu/packages/golang (go-golang-org-x-net-proxy)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a9f4e12af5..7b03336b95 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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))))