diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:18:19 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:08:35 -0700 |
commit | 9fea29c4d12a8df67ab635a5ef75353a8decebb9 (patch) | |
tree | 46754ce0c53bdf1b07acb8a6f4bae30d122bd268 /gnu/packages/golang.scm | |
parent | 98bad28abf51f018cf473e21f80c22a770aba45e (diff) |
gnu: go-golang-org-x-net-internal-iana: Fix typo "This package".
* gnu/packages/golang (go-golang-org-x-net-internal-iana)[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 6eaf0c8183..ad4b9d448e 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1087,7 +1087,7 @@ request-scoped values across API boundaries and between processes.") `(#:import-path "golang.org/x/net/internal/iana" #:unpack-path "golang.org/x/net")) (synopsis "Go support for assigned numbers (IANA)") - (description "This packages provides @code{iana}, which provides protocol + (description "This package provides @code{iana}, which provides protocol number resources managed by the Internet Assigned Numbers Authority (IANA).") (home-page "https://go.googlesource.com/net/") (license license:bsd-3)))) |