guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/09: gnu: ucl: Update home page.


From: guix-commits
Subject: 07/09: gnu: ucl: Update home page.
Date: Fri, 18 Oct 2019 08:44:12 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 01c8b90b7b76ac183572dd7bac3c25fb53492954
Author: Marius Bakke <address@hidden>
Date:   Fri Oct 18 14:29:01 2019 +0200

    gnu: ucl: Update home page.
    
    * gnu/packages/compression.scm (ucl)[source, home-page]: Use HTTPS.
---
 gnu/packages/compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index b63ca4d..41301d6 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]