guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: exiv2: Use HTTPS URLs.


From: guix-commits
Subject: 03/03: gnu: exiv2: Use HTTPS URLs.
Date: Mon, 13 May 2019 08:24:08 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 993d8164e413734e29dd80bb618eea8dacef74d7
Author: Marius Bakke <address@hidden>
Date:   Mon May 13 13:59:51 2019 +0200

    gnu: exiv2: Use HTTPS URLs.
    
    * gnu/packages/image.scm (exiv2)[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 d46354b..d714a19 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1042,9 +1042,9 @@ channels.")
     (version "0.26")
     (source (origin
              (method url-fetch)
-             (uri (list (string-append "http://www.exiv2.org/builds/exiv2-";
+             (uri (list (string-append "https://www.exiv2.org/builds/exiv2-";
                                        version "-trunk.tar.gz")
-                        (string-append "http://www.exiv2.org/exiv2-";
+                        (string-append "https://www.exiv2.org/exiv2-";
                                        version ".tar.gz")
                         (string-append "https://fossies.org/linux/misc/exiv2-";
                                        version ".tar.gz")))
@@ -1060,7 +1060,7 @@ channels.")
        ("zlib" ,zlib)))
     (native-inputs
      `(("intltool" ,intltool)))
-    (home-page "http://www.exiv2.org/";)
+    (home-page "https://www.exiv2.org/";)
     (synopsis "Library and command-line utility to manage image metadata")
     (description
      "Exiv2 is a C++ library and a command line utility to manage image



reply via email to

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