This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 01ca654387 gnu: lcrq: Fix home-page.
01ca654387 is described below

commit 01ca654387c64265b310f2887d884cd7ec7c4f0a
Author: Vagrant Cascadian <vagr...@debian.org>
AuthorDate: Wed May 7 22:47:08 2025 -0700

    gnu: lcrq: Fix home-page.
    
    Upstream recently fixed their URL redirects.
    
    * gnu/packages/networking.scm (lcrq)[home-page]: Update redirected URL.
---
 gnu/packages/networking.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 143bb2156a..0d811f1c78 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -310,7 +310,7 @@ protocols.")
               (invoke "make" "-C" "test" "speedtest"
                       (string-append "CC=" #$(cc-for-target))))))
       #:test-target "test"))
-    (home-page "https://www.librecast.net/lcrq.html";)
+    (home-page "https://librecast.net/lcrq.html";)
     (synopsis "Librecast RaptorQ library")
     (description
      "C library implementation of RaptorQ Forward Error Correction for

Reply via email to