gnu: lzop: Use HTTPS home page.
* gnu/packages/compression.scm (lzop)[home-page]: Use HTTPS.
This commit is contained in:
parent
89d159fef8
commit
6f465a5103
|
@ -454,7 +454,7 @@ Python strings.")
|
||||||
"0h9gb8q7y54m9mvy3jvsmxf21yx8fc3ylzh418hgbbv0i8mbcwky"))))
|
"0h9gb8q7y54m9mvy3jvsmxf21yx8fc3ylzh418hgbbv0i8mbcwky"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("lzo" ,lzo)))
|
(inputs `(("lzo" ,lzo)))
|
||||||
(home-page "http://www.lzop.org/")
|
(home-page "https://www.lzop.org/")
|
||||||
(synopsis "Compress or expand files")
|
(synopsis "Compress or expand files")
|
||||||
(description
|
(description
|
||||||
"Lzop is a file compressor which is very similar to gzip. Lzop uses the
|
"Lzop is a file compressor which is very similar to gzip. Lzop uses the
|
||||||
|
|
Loading…
Reference in New Issue