mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -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
|
||||
(method url-fetch)
|
||||
(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")
|
||||
;; This uri seems to send guix download into an infinite loop
|
||||
(string-append "http://delta.tigris.org/files/documents/3103/"
|
||||
|
|
Loading…
Reference in a new issue