summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-12-29 22:25:51 -0800
committerVagrant Cascadian <vagrant@debian.org>2021-12-29 22:48:40 -0800
commit35ca815ede5141deae9135adaba64743c5009b66 (patch)
treeb920b4e11aaab0c13c3ca1bce71351be888c9061
parent86838d6133d54132dbda8cf40bab22a127eb85bc (diff)
downloadguix-patches-35ca815ede5141deae9135adaba64743c5009b66.tar
guix-patches-35ca815ede5141deae9135adaba64743c5009b66.tar.gz
gnu: go-github-com-xanzy-ssh-agent: Fix trailing whitespace in description.
* gnu/packages/golang.scm (go-github-com-xanzy-ssh-agent)[description]: Fix trailing whitespace.
-rw-r--r--gnu/packages/golang.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a17c2e00ca..de0f5a695e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7541,7 +7541,7 @@ can manipulate a @file{ssh_config} file from a program.")
(description "Package agent implements the ssh-agent protocol, and
provides both a client and a server. The client can talk to a standard
ssh-agent that uses UNIX sockets, and one could implement an alternative
-ssh-agent process using the sample server. ")
+ssh-agent process using the sample server.")
(license license:asl2.0)))
(define-public go-github-com-alcortesm-tgz