guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/13: gnu: delta: Use Web Archived home page.


From: guix-commits
Subject: 06/13: gnu: delta: Use Web Archived home page.
Date: Thu, 3 Aug 2023 15:16:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 19503defc09d8b8b6746fe5041bfdcc51f286891
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 23 02:00:00 2023 +0200

    gnu: delta: Use Web Archived home page.
    
    * gnu/packages/debug.scm (delta)[home-page]:
    Use a copy archived by the Wayback Machine.
---
 gnu/packages/debug.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 0c97f61ccb..4a9319d0a9 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -114,7 +114,8 @@
                            `("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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]