diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:17:12 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:08:32 -0700 |
commit | 98bad28abf51f018cf473e21f80c22a770aba45e (patch) | |
tree | b9e1945559bb6323fc01ac6adb59fcd3bc96448e /gnu/packages/golang.scm | |
parent | 383bd29d0613f8d99f5b673d28e72e43f93366be (diff) | |
download | guix-98bad28abf51f018cf473e21f80c22a770aba45e.tar guix-98bad28abf51f018cf473e21f80c22a770aba45e.tar.gz |
gnu: go-golang-org-x-net-context: Fix typo "This package".
* gnu/packages/golang (go-golang-org-x-net-context)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/golang.scm')
-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 2efcabd876..6eaf0c8183 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1010,7 +1010,7 @@ Packet Filter (BPF) virtual machine.") `(#:import-path "golang.org/x/net/context" #:unpack-path "golang.org/x/net")) (synopsis "Golang Context type") - (description "This packages provides @code{context}, which defines the + (description "This package provides @code{context}, which defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes.") (home-page "https://go.googlesource.com/net/") |