guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: VTK: Use HTTPS URLs.


From: guix-commits
Subject: 08/12: gnu: VTK: Use HTTPS URLs.
Date: Thu, 31 Jan 2019 15:21:57 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit f1d4f264a23b0dcf81f2b3a84363a9d6fa01e874
Author: Marius Bakke <address@hidden>
Date:   Wed Jan 30 20:58:54 2019 +0100

    gnu: VTK: Use HTTPS URLs.
    
    * gnu/packages/image-processing.scm (vtk)[source, home-page]: Use HTTPS.
---
 gnu/packages/image-processing.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 673c472..861a3a9 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -158,7 +158,7 @@ of external libraries that provide additional 
functionality.")
     (version "7.1.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://www.vtk.org/files/release/";
+              (uri (string-append "https://vtk.org/files/release/";
                                   (version-major+minor version)
                                   "/VTK-" version ".tar.gz"))
               (sha256
@@ -196,7 +196,7 @@ of external libraries that provide additional 
functionality.")
        ("png" ,libpng)
        ("tiff" ,libtiff)
        ("zlib" ,zlib)))
-    (home-page "http://www.vtk.org/";)
+    (home-page "https://vtk.org/";)
     (synopsis "Libraries for 3D computer graphics")
     (description
      "The Visualization Toolkit (VTK) is a C++ library for 3D computer 
graphics,



reply via email to

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