guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: hdup: Use archived home page.


From: guix-commits
Subject: 06/11: gnu: hdup: Use archived home page.
Date: Tue, 16 Jul 2019 17:00:26 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4a635d3d6ef78d989926209c5fda6f97601b2ce1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jul 15 18:44:51 2019 +0200

    gnu: hdup: Use archived home page.
    
    * gnu/packages/backup.scm (hdup)[home-page]: Load from archive.org.
---
 gnu/packages/backup.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 0bd894f..6f319cc 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -185,7 +185,8 @@ can even repair them.")
      `(#:configure-flags
        `(,(string-append "--sbindir=" (assoc-ref %outputs "out") "/bin"))
        #:tests? #f))
-    (home-page "http://archive.miek.nl/projects/hdup/index.html";)
+    (home-page (string-append "http://web.archive.org/web/20150925223424/";
+                              
"http://archive.miek.nl/projects/hdup/index.html";))
     (synopsis "Simple incremental backup tool")
     (description
      "Hdup2 is a backup utility, its aim is to make backup really simple.  The



reply via email to

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