diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:19:16 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:08:38 -0700 |
commit | 79254f31f4320b2a4869cf92a589a1575e92c844 (patch) | |
tree | c6d2c98c24e177dda3368bf6e2021db1680b5108 /gnu/packages/golang.scm | |
parent | 9fea29c4d12a8df67ab635a5ef75353a8decebb9 (diff) | |
download | guix-79254f31f4320b2a4869cf92a589a1575e92c844.tar guix-79254f31f4320b2a4869cf92a589a1575e92c844.tar.gz |
gnu: go-golang-org-x-net-ipv6: Fix typo "This package".
* gnu/packages/golang (go-golang-org-x-net-ipv6)[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 ad4b9d448e..a9f4e12af5 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1113,7 +1113,7 @@ number resources managed by the Internet Assigned Numbers Authority (IANA).") `(#: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)))) |