guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: libjpeg: Use HTTPS URLs.


From: guix-commits
Subject: 01/07: gnu: libjpeg: Use HTTPS URLs.
Date: Tue, 12 Feb 2019 18:02:00 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 60562ec26bb512dbf9ea44de0df8b48f1f6e1880
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 12 17:28:18 2019 +0100

    gnu: libjpeg: Use HTTPS URLs.
    
    * gnu/packages/image.scm (libjpeg, libjpeg-8)[source, home-page]: Use HTTPS.
---
 gnu/packages/image.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 6457127..f217c36 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -321,7 +321,7 @@ Currently all documentation resides in @file{pnglite.h}.")
    (version "9c")
    (source (origin
             (method url-fetch)
-            (uri (string-append "http://www.ijg.org/files/jpegsrc.v";
+            (uri (string-append "https://www.ijg.org/files/jpegsrc.v";
                    version ".tar.gz"))
             (sha256 (base32
                      "08kixcf3a7s9x91174abjnk1xbvj4v8crdc73zi4k9h3jfbm00k5"))))
@@ -342,14 +342,14 @@ lossless JPEG manipulations such as rotation, scaling or 
cropping:
 @item wrjpgcom
 @end enumerate")
    (license license:ijg)
-   (home-page "http://www.ijg.org/";)))
+   (home-page "https://www.ijg.org/";)))
 
 (define-public libjpeg-8
   (package (inherit libjpeg)
    (version "8d")
    (source (origin
             (method url-fetch)
-            (uri (string-append "http://www.ijg.org/files/jpegsrc.v";
+            (uri (string-append "https://www.ijg.org/files/jpegsrc.v";
                    version ".tar.gz"))
             (sha256 (base32
                      
"1cz0dy05mgxqdgjf52p54yxpyy95rgl30cnazdrfmw7hfca9n0h0"))))))



reply via email to

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