diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-15 18:44:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-16 23:00:10 +0200 |
commit | 4a635d3d6ef78d989926209c5fda6f97601b2ce1 (patch) | |
tree | 6b9e31f33d48a3e1d83f457245ec26a8ae0932be /gnu/packages | |
parent | 61ea54e7c0600ec7c6763e8693db99c328ceaf95 (diff) | |
download | guix-4a635d3d6ef78d989926209c5fda6f97601b2ce1.tar guix-4a635d3d6ef78d989926209c5fda6f97601b2ce1.tar.gz |
gnu: hdup: Use archived home page.
* gnu/packages/backup.scm (hdup)[home-page]: Load from archive.org.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/backup.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 0bd894f958..6f319ccf16 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 |