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