diff options
| author | Gabriel Wicki <gabriel@erlikon.ch> | 2024-11-05 23:23:50 +0100 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2024-12-10 22:35:09 -0800 |
| commit | 1b7c85f24ea6bf455a31cb289dabeadff27687f1 (patch) | |
| tree | f1c8ddd05117bcf6732e8a72d3638cba59638540 /gnu/packages | |
| parent | 8d05f0c8db93ccd5350cb8968fd96957ea9820b2 (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')
| -rw-r--r-- | gnu/packages/golang-check.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/golang-crypto.scm | 5 | ||||
| -rw-r--r-- | gnu/packages/golang-web.scm | 3 | ||||
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/golang.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/ipfs.scm | 3 |
6 files changed, 8 insertions, 9 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 7e5abf9f09b..f6696c18e3c 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm | |||
| @@ -380,7 +380,7 @@ tests.") | |||
| 380 | (propagated-inputs | 380 | (propagated-inputs |
| 381 | (list go-github-com-google-go-cmp go-github-com-kr-pretty)) | 381 | (list go-github-com-google-go-cmp go-github-com-kr-pretty)) |
| 382 | (home-page "https://github.com/go-quicktest/qt") | 382 | (home-page "https://github.com/go-quicktest/qt") |
| 383 | (synopsis "qt: quicker Go tests") | 383 | (synopsis "Qt: quicker Go tests") |
| 384 | (description | 384 | (description |
| 385 | "Package qt implements assertions and other helpers wrapped around the | 385 | "Package qt implements assertions and other helpers wrapped around the |
| 386 | standard library's testing types.") | 386 | standard library's testing types.") |
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index 7fdc502de6c..0fd96eaa545 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm | |||
| @@ -1520,8 +1520,7 @@ QUIC. For Go 1.20.") | |||
| 1520 | go-golang-org-x-net | 1520 | go-golang-org-x-net |
| 1521 | go-golang-org-x-sys)) | 1521 | go-golang-org-x-sys)) |
| 1522 | (home-page "https://github.com/refraction-networking/utls") | 1522 | (home-page "https://github.com/refraction-networking/utls") |
| 1523 | (synopsis "Fork of the Go standard TLS library, providing low-level access | 1523 | (synopsis "Fork of the Go standard TLS library") |
| 1524 | to the ClientHello for mimicry purposes") | ||
| 1525 | (description "uTLS is a fork of “crypto/tls”, which provides ClientHello | 1524 | (description "uTLS is a fork of “crypto/tls”, which provides ClientHello |
| 1526 | fingerprinting resistance, low-level access to handshake, fake session tickets | 1525 | fingerprinting resistance, low-level access to handshake, fake session tickets |
| 1527 | and some other features. Handshake is still performed by “crypto/tls”, this | 1526 | and some other features. Handshake is still performed by “crypto/tls”, this |
| @@ -1690,7 +1689,7 @@ ssh-agent process using the sample server.") | |||
| 1690 | (propagated-inputs (list go-golang-org-x-crypto | 1689 | (propagated-inputs (list go-golang-org-x-crypto |
| 1691 | go-filippo-io-edwards25519)) | 1690 | go-filippo-io-edwards25519)) |
| 1692 | (home-page "https://gitlab.com/yawning/edwards25519-extra") | 1691 | (home-page "https://gitlab.com/yawning/edwards25519-extra") |
| 1693 | (synopsis "edwards25519-extra") | 1692 | (synopsis "Extensions to Go standard library' Ed25519 and curve25519 implementation") |
| 1694 | (description "This package provides extensions to the Go standard | 1693 | (description "This package provides extensions to the Go standard |
| 1695 | library's Ed25519 and curve25519 implementations, primarily extracted from | 1694 | library's Ed25519 and curve25519 implementations, primarily extracted from |
| 1696 | @@url{https://github.com/oasisprotocol/curve25519-voi,curve25519-voi}. This | 1695 | @@url{https://github.com/oasisprotocol/curve25519-voi,curve25519-voi}. This |
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index dbbdb427fde..e895ba59cea 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm | |||
| @@ -572,8 +572,7 @@ credentials sources.") | |||
| 572 | (propagated-inputs | 572 | (propagated-inputs |
| 573 | (list go-github-com-jmespath-go-jmespath go-github-com-google-go-cmp)) | 573 | (list go-github-com-jmespath-go-jmespath go-github-com-google-go-cmp)) |
| 574 | (home-page "https://github.com/aws/smithy-go") | 574 | (home-page "https://github.com/aws/smithy-go") |
| 575 | (synopsis "@url{https://smithy.io/2.0/index.html,Smithy} code generators | 575 | (synopsis "Smithy code generators for Go") |
| 576 | for Go") | ||
| 577 | (description | 576 | (description |
| 578 | "Package smithy provides the core components for a Smithy SDK.") | 577 | "Package smithy provides the core components for a Smithy SDK.") |
| 579 | (license license:asl2.0))) | 578 | (license license:asl2.0))) |
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index a974c00cbda..f8c63976d62 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm | |||
| @@ -8785,7 +8785,7 @@ correctly."))) | |||
| 8785 | #:install-source? #f | 8785 | #:install-source? #f |
| 8786 | #:import-path "github.com/libp2p/go-msgio/msgio" | 8786 | #:import-path "github.com/libp2p/go-msgio/msgio" |
| 8787 | #:unpack-path "github.com/libp2p/go-msgio")) | 8787 | #:unpack-path "github.com/libp2p/go-msgio")) |
| 8788 | (synopsis "CLI tool to wrap messages with msgio header."))) | 8788 | (synopsis "CLI tool to wrap messages with msgio header"))) |
| 8789 | 8789 | ||
| 8790 | (define-public go-msgp | 8790 | (define-public go-msgp |
| 8791 | (package | 8791 | (package |
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 62ca230cf24..fe26adeede8 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm | |||
| @@ -2056,7 +2056,7 @@ parsing and encoding support for STUN and TURN protocols.") | |||
| 2056 | (arguments | 2056 | (arguments |
| 2057 | '(#:import-path "github.com/flopp/go-findfont")) | 2057 | '(#:import-path "github.com/flopp/go-findfont")) |
| 2058 | (home-page "https://github.com/flopp/go-findfont") | 2058 | (home-page "https://github.com/flopp/go-findfont") |
| 2059 | (synopsis "go-findfont") | 2059 | (synopsis "Go font finder library") |
| 2060 | (description | 2060 | (description |
| 2061 | "This package provides a platform-agnostic Go library to locate | 2061 | "This package provides a platform-agnostic Go library to locate |
| 2062 | TrueType font files in your system's user and system font directories.") | 2062 | TrueType font files in your system's user and system font directories.") |
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm index d5849a3f18f..24b2f95ab49 100644 --- a/gnu/packages/ipfs.scm +++ b/gnu/packages/ipfs.scm | |||
| @@ -522,7 +522,8 @@ parsing.") | |||
| 522 | go-github-com-polydawn-refmt | 522 | go-github-com-polydawn-refmt |
| 523 | go-github-com-whyrusleeping-cbor-gen)) | 523 | go-github-com-whyrusleeping-cbor-gen)) |
| 524 | (home-page "https://github.com/ipfs/go-ipld-cbor") | 524 | (home-page "https://github.com/ipfs/go-ipld-cbor") |
| 525 | (synopsis "A cbor implementation of the @code{go-ipld-format}") | 525 | (synopsis "@acronym{Concise Binary Object Representation, CBOR} |
| 526 | implementation of @code{go-ipld-format}") | ||
| 526 | (description | 527 | (description |
| 527 | "An implementation of a @url{https://cbor.io/, CBOR} encoded merkledag object.") | 528 | "An implementation of a @url{https://cbor.io/, CBOR} encoded merkledag object.") |
| 528 | (license license:expat))) | 529 | (license license:expat))) |
