mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
9fea29c4d1
commit
79254f31f4
1 changed files with 1 additions and 1 deletions
|
@ -1113,7 +1113,7 @@ (define-public go-golang-org-x-net-ipv6
|
||||||
`(#:import-path "golang.org/x/net/ipv6"
|
`(#:import-path "golang.org/x/net/ipv6"
|
||||||
#:unpack-path "golang.org/x/net"))
|
#:unpack-path "golang.org/x/net"))
|
||||||
(synopsis "Go IPv6 support")
|
(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.")
|
IP-level socket options for the Internet Protocol version 6.")
|
||||||
(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 a new issue