diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:21:11 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:08:44 -0700 |
commit | f0b32cea6bdef401e77c9bb051ea6b7defac8157 (patch) | |
tree | 8c7791fb0489a2704813d00f8fc2eb8e878b5a89 /gnu | |
parent | 4cc055cb65b914d4a0a09c97097268f8cb6dfb55 (diff) | |
download | patches-f0b32cea6bdef401e77c9bb051ea6b7defac8157.tar patches-f0b32cea6bdef401e77c9bb051ea6b7defac8157.tar.gz |
gnu: go-github-com-docker-go-connections: Fix typo "This package".
* gnu/packages/golang (go-github-com-docker-go-connections)[description]: Fix
typo.
Diffstat (limited to 'gnu')
-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 7b03336b95..189150de22 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1804,7 +1804,7 @@ to interacting with distribution components.") (home-page "https://github.com/docker/go-connections") (synopsis "Networking library for Go") (description - "This packages provides a library to work with network connections in + "This package provides a library to work with network connections in the Go language. In particular it provides tools to deal with network address translation (NAT), proxies, sockets, and transport layer security (TLS).") (license license:asl2.0)))) |