mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: ucl: Update home page.
* gnu/packages/compression.scm (ucl)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
7349f926c7
commit
01c8b90b7b
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue