mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: delta: Use Web Archived home page.
* gnu/packages/debug.scm (delta)[home-page]: Use a copy archived by the Wayback Machine.
This commit is contained in:
parent
f2d2505066
commit
19503defc0
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@ (define-public delta
|
|||
`("delta" "multidelta" "topformflat"))))
|
||||
#t))
|
||||
(delete 'configure)))) ; no configure script
|
||||
(home-page "http://delta.tigris.org/")
|
||||
(home-page
|
||||
"https://web.archive.org/web/20200701152100/http://delta.tigris.org/")
|
||||
(synopsis "Heuristical file minimizer")
|
||||
(description
|
||||
"Delta assists you in minimizing \"interesting\" files subject to a test
|
||||
|
|
Loading…
Reference in a new issue