1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: abootimg: Update to use deb.debian.org.

* gnu/packages/android.scm (abootimg)[source]: Update uri.
This commit is contained in:
Vagrant Cascadian
2026-02-11 11:13:00 -08:00
parent a9a4df135f
commit 4d343e4db3

View File

@@ -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"))))