guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1cafb52efd7f6905af32edaf3521e3f4c22450ef
Author: Nguyễn Gia Phong <[email protected]>
AuthorDate: Wed Jan 28 13:59:53 2026 +0900

    gnu: ranger: Update home-page.
    
    * gnu/packages/disk.scm (ranger)[home-page]: Use “https://ranger.fm”.
    [source]: Adjust accordingly.
    
    Change-Id: I6a0fa940c645639d10fb95c39b708ea93eb5a5db
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/disk.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 00443a0ab9..0ec51fe55d 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1114,8 +1114,7 @@ Duperemove can also take input from the @command{fdupes} 
program.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://ranger.github.io/"; "ranger-" version
-                           ".tar.gz"))
+       (uri (string-append "https://ranger.fm/ranger-"; version ".tar.gz"))
        (sha256
         (base32 "128ggxfhfmckl7x89flwxks7gxq0m02insdizcsp62193c6mxmvs"))))
     (build-system pyproject-build-system)
@@ -1142,7 +1141,7 @@ Duperemove can also take input from the @command{fdupes} 
program.")
                     (,w3mimgdisplay)))))))))
     (native-inputs (list python-pytest python-setuptools python-wheel))
     (inputs (list bash-minimal file w3m))
-    (home-page "https://ranger.github.io/";)
+    (home-page "https://ranger.fm";)
     (synopsis "Console file manager")
     (description
      "ranger is a console file manager with Vi key bindings.  It provides a

Reply via email to