gnu: pbzip2: Use archived home-page.

* gnu/packages/compression.scm (pbzip2)[home-page]: Load from archive.org
This commit is contained in:
Björn Höfling 2020-03-05 09:43:44 +01:00
parent 7f489c5655
commit 1ac624cd5b
No known key found for this signature in database
GPG key ID: BF286CB6593E5FFD

View file

@ -25,6 +25,7 @@
;;; Copyright © 2018, 2019 Pierre Neidhardt <mail@ambrevar.xyz> ;;; Copyright © 2018, 2019 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
;;; ;;;
;;; This file is part of GNU Guix. ;;; 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 #:phases (modify-phases %standard-phases
(delete 'configure)) ; no configure script (delete 'configure)) ; no configure script
#:make-flags (list (string-append "PREFIX=" %output)))) #: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") (synopsis "Parallel bzip2 implementation")
(description (description
"Pbzip2 is a parallel implementation of the bzip2 block-sorting file "Pbzip2 is a parallel implementation of the bzip2 block-sorting file