mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: delta: Remove broken source URL.
This does indeed serve infinite redirects, even from the Wayback Machine, so there is no value in keeping it here. * gnu/packages/debug.scm (delta)[source]: Drop tigris.org URL
This commit is contained in:
parent
19503defc0
commit
7bb1bea4d7
1 changed files with 1 additions and 4 deletions
|
@ -86,10 +86,7 @@ (define-public delta
|
|||
(method url-fetch)
|
||||
(uri (list
|
||||
(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/"
|
||||
"33566/delta-" version ".tar.gz")))
|
||||
"delta_" version ".orig.tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"184wh35pf2ddx97319s6sgkzpz48xxkbwzcjpycv009bm53lh61q"))))
|
||||
|
|
Loading…
Reference in a new issue