mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: delta: Use 'mirror-url'.
* gnu/packages/debug.scm (delta)[source]: Use 'mirror-url' over direct Debian download.
This commit is contained in:
parent
49e29df52c
commit
efd63d0215
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ (define-public delta
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list
|
(uri (list
|
||||||
(string-append "http://ftp.de.debian.org/debian/pool/main/d/delta/"
|
(string-append "mirror://debian/pool/main/d/delta/"
|
||||||
"delta_" version ".orig.tar.gz")
|
"delta_" version ".orig.tar.gz")
|
||||||
;; This uri seems to send guix download into an infinite loop
|
;; This uri seems to send guix download into an infinite loop
|
||||||
(string-append "http://delta.tigris.org/files/documents/3103/"
|
(string-append "http://delta.tigris.org/files/documents/3103/"
|
||||||
|
|
Loading…
Reference in a new issue