[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/17: gnu: Use HTTPS for www.hdfgroup.org.
From: |
guix-commits |
Subject: |
15/17: gnu: Use HTTPS for www.hdfgroup.org. |
Date: |
Fri, 17 Jan 2020 17:45:34 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 0a44f9c4e45c0fc8426bda6b8b5983bdf49a7ed3
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Jan 17 22:52:07 2020 +0100
gnu: Use HTTPS for www.hdfgroup.org.
* gnu/packages/maths.scm (hdf5)[home-page, license]: Use HTTPS.
(hdf-java, h5check)[source]: Likewise.
---
gnu/packages/maths.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 5bb1f92..bc03938 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -908,12 +908,12 @@ incompatible with HDF5.")
(find-files ex ".*"))
(delete-file-recursively ex))
#t)))))
- (home-page "http://www.hdfgroup.org")
+ (home-page "https://www.hdfgroup.org")
(synopsis "Management suite for extremely large and complex data")
(description "HDF5 is a suite that makes possible the management of
extremely large and complex data collections.")
(license (license:x11-style
-
"http://www.hdfgroup.org/ftp/HDF5/current/src/unpacked/COPYING"))))
+
"https://www.hdfgroup.org/ftp/HDF5/current/src/unpacked/COPYING"))))
(define-public hdf5-1.10
(package (inherit hdf5)
@@ -942,7 +942,7 @@ extremely large and complex data collections.")
(origin
(method url-fetch)
(uri (string-append
- "http://www.hdfgroup.org/ftp/HDF5/releases/HDF-JAVA/hdfjni-"
+ "https://www.hdfgroup.org/ftp/HDF5/releases/HDF-JAVA/hdfjni-"
version "/src/CMake-hdfjava-" version ".tar.gz"))
(sha256
(base32 "0m1gp2aspcblqzmpqbdpfp6giskws85ds6p5gz8sx7asyp7wznpr"))
@@ -1175,7 +1175,7 @@ Swath).")
(source
(origin
(method url-fetch)
- (uri (string-append "http://www.hdfgroup.org/ftp/HDF5/tools/"
+ (uri (string-append "https://www.hdfgroup.org/ftp/HDF5/tools/"
"h5check/src/h5check-" version ".tar.gz"))
(sha256
(base32
- branch master updated (da76518 -> 7f6592c), guix-commits, 2020/01/17
- 06/17: gnu: antlr3: Use HTTPS home page., guix-commits, 2020/01/17
- 07/17: gnu: vamp: Use HTTPS home page., guix-commits, 2020/01/17
- 10/17: gnu: scotch: Use HTTPS home page., guix-commits, 2020/01/17
- 15/17: gnu: Use HTTPS for www.hdfgroup.org.,
guix-commits <=
- 13/17: gnu: r-extremes: Use HTTPS home page., guix-commits, 2020/01/17
- 17/17: gnu: hidapi: Update to 0.9.0., guix-commits, 2020/01/17
- 02/17: gnu: python-maxminddb, python-geoip2: Use HTTPS home page., guix-commits, 2020/01/17
- 03/17: gnu: vpnc: Use HTTPS home page., guix-commits, 2020/01/17
- 05/17: gnu: antlr@2: Use HTTPS home page., guix-commits, 2020/01/17
- 08/17: gnu: xonsh: Use HTTPS home page., guix-commits, 2020/01/17
- 01/17: gnu: gunicorn: Use HTTPS home page., guix-commits, 2020/01/17
- 04/17: gnu: Remove leading newline from (gnu packages java)., guix-commits, 2020/01/17
- 09/17: gnu: Use HTTPS for sass-lang.com everywhere., guix-commits, 2020/01/17
- 12/17: gnu: r-distillery: Use HTTPS home page., guix-commits, 2020/01/17