mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Use HTTPS for zlib.net home pages.
* gnu/packages/compression.scm (zlib, pigz)[home-page]: Use HTTPS.
This commit is contained in:
parent
9dae73c31c
commit
7f1773eaee
1 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ (define-public zlib
|
|||
(zero?
|
||||
(system* "./configure"
|
||||
(string-append "--prefix=" out)))))))))
|
||||
(home-page "http://zlib.net/")
|
||||
(home-page "https://zlib.net/")
|
||||
(synopsis "Compression library")
|
||||
(description
|
||||
"zlib is designed to be a free, general-purpose, legally unencumbered --
|
||||
|
@ -869,7 +869,7 @@ (define-public pigz
|
|||
#:make-flags (list "CC=gcc")
|
||||
#:test-target "tests"))
|
||||
(inputs `(("zlib" ,zlib)))
|
||||
(home-page "http://zlib.net/pigz/")
|
||||
(home-page "https://zlib.net/pigz/")
|
||||
(synopsis "Parallel implementation of gzip")
|
||||
(description
|
||||
"This package provides a parallel implementation of gzip that exploits
|
||||
|
|
Loading…
Reference in a new issue