mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +01:00
gnu: pbzip2: Use archived home-page.
* gnu/packages/compression.scm (pbzip2)[home-page]: Load from archive.org
This commit is contained in:
parent
7f489c5655
commit
1ac624cd5b
1 changed files with 3 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
|||
;;; Copyright © 2018, 2019 Pierre Neidhardt <mail@ambrevar.xyz>
|
||||
;;; Copyright © 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||
;;; 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.
|
||||
;;;
|
||||
|
@ -410,7 +411,8 @@ (define-public pbzip2
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue