gnu: ucl: Update home page.
authorMarius Bakke <mbakke@fastmail.com>
Fri, 18 Oct 2019 12:29:01 +0000 (14:29 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Fri, 18 Oct 2019 12:35:58 +0000 (14:35 +0200)
* gnu/packages/compression.scm (ucl)[source, home-page]: Use HTTPS.

gnu/packages/compression.scm

index b63ca4d..41301d6 100644 (file)
@@ -1895,7 +1895,7 @@ The specification of the Brotli Compressed Data Format is defined in RFC 7932.")
     (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 @@ The specification of the Brotli Compressed Data Format is defined in RFC 7932.")
     (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.