From f0b32cea6bdef401e77c9bb051ea6b7defac8157 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 15:21:11 -0700 Subject: [PATCH] gnu: go-github-com-docker-go-connections: Fix typo "This package". * gnu/packages/golang (go-github-com-docker-go-connections)[description]: Fix typo. --- gnu/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))