gnu: go-golang-org-x-net-ipv6: Fix typo "This package".

* gnu/packages/golang (go-golang-org-x-net-ipv6)[description]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2019-05-22 15:19:16 -07:00
parent 9fea29c4d1
commit 79254f31f4
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -1113,7 +1113,7 @@ (define-public go-golang-org-x-net-ipv6
`(#:import-path "golang.org/x/net/ipv6"
#:unpack-path "golang.org/x/net"))
(synopsis "Go IPv6 support")
(description "This packages provides @code{ipv6}, which implements
(description "This package provides @code{ipv6}, which implements
IP-level socket options for the Internet Protocol version 6.")
(home-page "https://go.googlesource.com/net")
(license license:bsd-3))))