sharlatan pushed a commit to branch go-team
in repository guix.

commit b8d3de7fb7bdabb73b14e5326a45dbd20af32cba
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue Feb 18 12:56:41 2025 +0000

    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
---
 gnu/packages/golang-web.scm | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

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

Reply via email to