hoebjo pushed a commit to branch master
in repository guix.

commit 1ac624cd5b0a692318476c7917dc4dc6feb6dc5b
Author: Björn Höfling <[email protected]>
AuthorDate: Thu Mar 5 09:43:44 2020 +0100

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

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 6463b50..283fac0 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -25,6 +25,7 @@
 ;;; Copyright © 2018, 2019 Pierre Neidhardt <[email protected]>
 ;;; Copyright © 2019 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <[email protected]>
+;;; Copyright © 2020 Björn Höfling <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -410,7 +411,8 @@ compatible with bzip2 – both at file format and command 
line level.")
        #:phases (modify-phases %standard-phases
                   (delete 'configure))  ; no configure script
        #:make-flags (list (string-append "PREFIX=" %output))))
-    (home-page "http://compression.ca/pbzip2/";)
+    (home-page (string-append "https://web.archive.org/web/20180412020219/";
+                              "http://compression.ca/pbzip2/";))
     (synopsis "Parallel bzip2 implementation")
     (description
      "Pbzip2 is a parallel implementation of the bzip2 block-sorting file

Reply via email to