mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: VTK: Use HTTPS URLs.
* gnu/packages/image-processing.scm (vtk)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
3cf3255796
commit
f1d4f264a2
1 changed files with 2 additions and 2 deletions
|
@ -158,7 +158,7 @@ (define-public vtk
|
|||
(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 @@ (define-public vtk
|
|||
("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,
|
||||
|
|
Loading…
Reference in a new issue