mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
8d05f0c8db
commit
1b7c85f24e
6 changed files with 8 additions and 9 deletions
|
@ -380,7 +380,7 @@ tests.")
|
|||
(propagated-inputs
|
||||
(list go-github-com-google-go-cmp go-github-com-kr-pretty))
|
||||
(home-page "https://github.com/go-quicktest/qt")
|
||||
(synopsis "qt: quicker Go tests")
|
||||
(synopsis "Qt: quicker Go tests")
|
||||
(description
|
||||
"Package qt implements assertions and other helpers wrapped around the
|
||||
standard library's testing types.")
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -572,8 +572,7 @@ credentials sources.")
|
|||
(propagated-inputs
|
||||
(list go-github-com-jmespath-go-jmespath go-github-com-google-go-cmp))
|
||||
(home-page "https://github.com/aws/smithy-go")
|
||||
(synopsis "@url{https://smithy.io/2.0/index.html,Smithy} code generators
|
||||
for Go")
|
||||
(synopsis "Smithy code generators for Go")
|
||||
(description
|
||||
"Package smithy provides the core components for a Smithy SDK.")
|
||||
(license license:asl2.0)))
|
||||
|
|
|
@ -8785,7 +8785,7 @@ correctly.")))
|
|||
#:install-source? #f
|
||||
#:import-path "github.com/libp2p/go-msgio/msgio"
|
||||
#:unpack-path "github.com/libp2p/go-msgio"))
|
||||
(synopsis "CLI tool to wrap messages with msgio header.")))
|
||||
(synopsis "CLI tool to wrap messages with msgio header")))
|
||||
|
||||
(define-public go-msgp
|
||||
(package
|
||||
|
|
|
@ -2056,7 +2056,7 @@ parsing and encoding support for STUN and TURN protocols.")
|
|||
(arguments
|
||||
'(#:import-path "github.com/flopp/go-findfont"))
|
||||
(home-page "https://github.com/flopp/go-findfont")
|
||||
(synopsis "go-findfont")
|
||||
(synopsis "Go font finder library")
|
||||
(description
|
||||
"This package provides a platform-agnostic Go library to locate
|
||||
TrueType font files in your system's user and system font directories.")
|
||||
|
|
|
@ -522,7 +522,8 @@ parsing.")
|
|||
go-github-com-polydawn-refmt
|
||||
go-github-com-whyrusleeping-cbor-gen))
|
||||
(home-page "https://github.com/ipfs/go-ipld-cbor")
|
||||
(synopsis "A cbor implementation of the @code{go-ipld-format}")
|
||||
(synopsis "@acronym{Concise Binary Object Representation, CBOR}
|
||||
implementation of @code{go-ipld-format}")
|
||||
(description
|
||||
"An implementation of a @url{https://cbor.io/, CBOR} encoded merkledag object.")
|
||||
(license license:expat)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue