mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-golang-org-x-net-context: Fix typo "This package".
* gnu/packages/golang (go-golang-org-x-net-context)[description]: Fix typo.
This commit is contained in:
parent
383bd29d06
commit
98bad28abf
1 changed files with 1 additions and 1 deletions
|
@ -1010,7 +1010,7 @@ Packet Filter (BPF) virtual machine.")
|
||||||
`(#:import-path "golang.org/x/net/context"
|
`(#:import-path "golang.org/x/net/context"
|
||||||
#:unpack-path "golang.org/x/net"))
|
#:unpack-path "golang.org/x/net"))
|
||||||
(synopsis "Golang Context type")
|
(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
|
Context type, which carries deadlines, cancelation signals, and other
|
||||||
request-scoped values across API boundaries and between processes.")
|
request-scoped values across API boundaries and between processes.")
|
||||||
(home-page "https://go.googlesource.com/net/")
|
(home-page "https://go.googlesource.com/net/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue