gnu: go-golang-org-x-net-bpf: Fix typo "This package".
* gnu/packages/golang (go-golang-org-x-net-bpf)[description]: Fix typo.
This commit is contained in:
parent
b044754744
commit
383bd29d06
|
@ -984,7 +984,7 @@ socket options for the Internet Protocol version 4.")
|
||||||
`(#:import-path "golang.org/x/net/bpf"
|
`(#:import-path "golang.org/x/net/bpf"
|
||||||
#:unpack-path "golang.org/x/net"))
|
#:unpack-path "golang.org/x/net"))
|
||||||
(synopsis "Berkeley Packet Filters (BPF) in Go")
|
(synopsis "Berkeley Packet Filters (BPF) in Go")
|
||||||
(description "This packages provides a Go implementation of the Berkeley
|
(description "This package provides a Go implementation of the Berkeley
|
||||||
Packet Filter (BPF) virtual machine.")
|
Packet Filter (BPF) virtual machine.")
|
||||||
(home-page "https://go.googlesource.com/net/")
|
(home-page "https://go.googlesource.com/net/")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
Loading…
Reference in New Issue