diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:20:09 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:08:41 -0700 |
commit | 4cc055cb65b914d4a0a09c97097268f8cb6dfb55 (patch) | |
tree | bfe52b162455dcc3775bcbbbfe3891f9d599c1d3 | |
parent | 79254f31f4320b2a4869cf92a589a1575e92c844 (diff) |
gnu: go-golang-org-x-net-proxy: Fix typo "This package".
* gnu/packages/golang (go-golang-org-x-net-proxy)[description]: Fix typo.
-rw-r--r-- | gnu/packages/golang.scm | 2 |
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)))) |