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:
Vagrant Cascadian 2019-05-22 15:16:13 -07:00
parent b044754744
commit 383bd29d06
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -984,7 +984,7 @@ (define-public go-golang-org-x-net-bpf
`(#:import-path "golang.org/x/net/bpf"
#:unpack-path "golang.org/x/net"))
(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.")
(home-page "https://go.googlesource.com/net/")
(license license:bsd-3))))