summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-crypto.scm
diff options
context:
space:
mode:
authorGabriel Wicki <gabriel@erlikon.ch>2024-11-05 23:23:50 +0100
committerVagrant Cascadian <vagrant@debian.org>2024-12-10 22:35:09 -0800
commit1b7c85f24ea6bf455a31cb289dabeadff27687f1 (patch)
treef1c8ddd05117bcf6732e8a72d3638cba59638540 /gnu/packages/golang-crypto.scm
parent8d05f0c8db93ccd5350cb8968fd96957ea9820b2 (diff)
gnu: Fix synopsis in various go packages.
* gnu/packages/golang-check.scm (go-github-com-go-quicktest-qt): Fix synopsis. * gnu/packages/golang-crypto.scm (go-github-com-refraction-networking-utls): Fix synopsis. (go-gitlab-com-yawning-edwards25519-extra): Fix synopsis. * gnu/packages/golang-web.scm (go-github-com-aws-smithy-go): Fix synopsis. * gnu/packages/golang-xyz.scm (go-msgio): Fix synopsis. * gnu/packages/golang.scm (go-github-com-flopp-go-findfont): Fix synopsis. * gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipld-cbor): Fix synopsis. Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu/packages/golang-crypto.scm')
-rw-r--r--gnu/packages/golang-crypto.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 7fdc502de6..0fd96eaa54 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -1520,8 +1520,7 @@ QUIC. For Go 1.20.")
go-golang-org-x-net
go-golang-org-x-sys))
(home-page "https://github.com/refraction-networking/utls")
- (synopsis "Fork of the Go standard TLS library, providing low-level access
-to the ClientHello for mimicry purposes")
+ (synopsis "Fork of the Go standard TLS library")
(description "uTLS is a fork of “crypto/tls”, which provides ClientHello
fingerprinting resistance, low-level access to handshake, fake session tickets
and some other features. Handshake is still performed by “crypto/tls”, this
@@ -1690,7 +1689,7 @@ ssh-agent process using the sample server.")
(propagated-inputs (list go-golang-org-x-crypto
go-filippo-io-edwards25519))
(home-page "https://gitlab.com/yawning/edwards25519-extra")
- (synopsis "edwards25519-extra")
+ (synopsis "Extensions to Go standard library' Ed25519 and curve25519 implementation")
(description "This package provides extensions to the Go standard
library's Ed25519 and curve25519 implementations, primarily extracted from
@@url{https://github.com/oasisprotocol/curve25519-voi,curve25519-voi}. This