gnu: ucl: Update home page.

* gnu/packages/compression.scm (ucl)[source, home-page]: Use HTTPS.
This commit is contained in:
Marius Bakke 2019-10-18 14:29:01 +02:00
parent 7349f926c7
commit 01c8b90b7b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1895,7 +1895,7 @@ (define-public ucl
(version "1.03")
(source (origin
(method url-fetch)
(uri (string-append "http://www.oberhumer.com/opensource/"
(uri (string-append "https://www.oberhumer.com/opensource/"
name "/download/" name "-" version ".tar.gz"))
(sha256
(base32
@ -1904,7 +1904,7 @@ (define-public ucl
(arguments
`(;; UCL 1.03 fails to build with newer C standards.
#:configure-flags '("CFLAGS=-std=gnu90")))
(home-page "http://www.oberhumer.com/opensource/ucl/")
(home-page "https://www.oberhumer.com/opensource/ucl/")
(synopsis "Portable lossless data compression library")
(description "UCL implements a number of compression algorithms that
achieve an excellent compression ratio while allowing fast decompression.