1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: go-github-com-dpotapov-go-spnego: Fix synopsis and description.

* gnu/packages/golang.scm (go-github-com-dpotapov-go-spnego)
[synopsis]: Update accordingly with upstream.
[description]: Likewise.

Change-Id: Ic6375c593bc2ad589d618b93bc8989830d4c8412
This commit is contained in:
Sharlatan Hellseher 2024-12-29 22:08:07 +00:00
parent 341175b732
commit e74d247d0b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1508,10 +1508,11 @@ configuration file.")
(propagated-inputs (list go-github-com-jcmturner-gokrb5-v8
go-golang-org-x-net))
(home-page "https://github.com/dpotapov/go-spnego")
(synopsis "Simple golang library for retry mechanism")
(description "This package is a simple Go library that provides retry
functionality for functions that may fail. It includes various customizable
retry strategies, such as fixed delay, backoff delay, and random delay.")
(synopsis "HTTP calls with Kerberos authentication")
(description
"The package extends Go's HTTP Transport allowing Kerberos
authentication through Negotiate mechanism (see
@url{https://tools.ietf.org/html/rfc4559, RFC4559}).")
(license license:expat)))
(define-public go-github-com-blanu-dust