diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:16:13 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:08:28 -0700 |
commit | 383bd29d0613f8d99f5b673d28e72e43f93366be (patch) | |
tree | 0a01621cfb5734a472685f85e0ae23d1625a252a /gnu/packages/golang.scm | |
parent | b0447547440ff7ec4f8fa9b2fc43d2097f81c938 (diff) |
gnu: go-golang-org-x-net-bpf: Fix typo "This package".
* gnu/packages/golang (go-golang-org-x-net-bpf)[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 dcaa3b74e7..2efcabd876 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -984,7 +984,7 @@ socket options for the Internet Protocol version 4.") `(#: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)))) |