From 79254f31f4320b2a4869cf92a589a1575e92c844 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 15:19:16 -0700 Subject: gnu: go-golang-org-x-net-ipv6: Fix typo "This package". * gnu/packages/golang (go-golang-org-x-net-ipv6)[description]: Fix typo. --- gnu/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/golang.scm') 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)))) -- cgit v1.2.3