gnu: go-github-com-cenkalti-backoff-v4: Fix description.

* gnu/packages/golang-web.scm (go-github-com-cenkalti-backoff-v4)
[description]: Extract long reference URL from description to resolve
linter warning.

Change-Id: Ic3be56992a4aa8342b08afa62ec10509a4754e6a
This commit is contained in:
Sharlatan Hellseher 2025-02-18 12:56:41 +00:00
parent bb7854ad68
commit d5df0bb35d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1391,14 +1391,18 @@ and RFC 5389).")
#:import-path "github.com/cenkalti/backoff/v4")) #:import-path "github.com/cenkalti/backoff/v4"))
(home-page "https://github.com/cenkalti/backoff") (home-page "https://github.com/cenkalti/backoff")
(synopsis "The exponential backoff algorithm in Go") (synopsis "The exponential backoff algorithm in Go")
(description "This is a Go port of the exponential backoff algorithm from (description
@url{https://github.com/google/google-http-java-client/blob/da1aa993e90285ec18579f1553339b00e19b3ab5/google-http-client/src/main/java/com/google/api/client/util/ExponentialBackOff.java, ;; URL https://raw.githubusercontent.com/googleapis/google-http-java-client
Google's HTTP Client Library for Java}. ;; Commit da1aa993e90285ec18579f1553339b00e19b3ab5
;; Dirrectory google-http-client/src/main/java/com/google/api/client/util
;; File ExponentialBackOff.java
"This is a Go port of the exponential backoff algorithm from
Google's HTTP Client Library for Java.
@url{http://en.wikipedia.org/wiki/Exponential_backoff, Exponential backoff} is an @url{http://en.wikipedia.org/wiki/Exponential_backoff, Exponential backoff} is
algorithm that uses feedback to multiplicatively decrease the rate of some process, an algorithm that uses feedback to multiplicatively decrease the rate of some
in order to gradually find an acceptable rate. The retries exponentially increase process, in order to gradually find an acceptable rate. The retries
and stop increasing when a certain threshold is met.") exponentially increase and stop increasing when a certain threshold is met.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-chris-ramon-douceur (define-public go-github-com-chris-ramon-douceur