guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4d343e4db3973756305c7881e0b554ada165dc30
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Wed Feb 11 11:13:00 2026 -0800

    gnu: abootimg: Update to use deb.debian.org.
    
    * gnu/packages/android.scm (abootimg)[source]: Update uri.
---
 gnu/packages/android.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index 528aa9c63b..2ff740124c 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -1077,7 +1077,7 @@ script that you can put anywhere in your path.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append 
"http://http.debian.net/debian/pool/main/a/abootimg/";
+       (uri (string-append "http://deb.debian.org/debian/pool/main/a/abootimg/";
                            "abootimg_" version ".orig.tar.gz"))
        (sha256
         (base32 "0sfc2k011l1ymv97821w89391gnqdh8pp0haz4sdcm5hx0axv2ba"))))

Reply via email to