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:
parent
341175b732
commit
e74d247d0b
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue