mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: lz4: Use HTTPS home page.
* gnu/packages/compression.scm (lz4)[home-page]: Use HTTPS.
This commit is contained in:
parent
b6315bc0d2
commit
fd17434249
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ (define-public lz4
|
|||
(string-append "prefix=" (assoc-ref %outputs "out")))
|
||||
#:phases (modify-phases %standard-phases
|
||||
(delete 'configure)))) ; no configure script
|
||||
(home-page "http://www.lz4.org")
|
||||
(home-page "https://www.lz4.org")
|
||||
(synopsis "Compression algorithm focused on speed")
|
||||
(description "LZ4 is a lossless compression algorithm, providing
|
||||
compression speed at 400 MB/s per core (0.16 Bytes/cycle). It also features an
|
||||
|
|
Loading…
Reference in a new issue