From 2aaa09f17ddcc14a88468299bd33d8a22928ceee Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 21 Mar 2020 00:02:00 +0100 Subject: gnu: hdf-eos2: Use HTTPS home page. * gnu/packages/maths.scm (hdf-eos2)[home-page]: Use HTTPS. --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 847cc4a14e..df4971aad8 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1139,7 +1139,7 @@ implemented in C.") `( #:configure-flags '("--enable-install-include" "--enable-shared" "CC=h4cc -Df2cFortran" "LIBS=-lgctp") #:parallel-tests? #f)) - (home-page "http://hdfeos.org/software/library.php#HDF-EOS2") + (home-page "https://hdfeos.org/software/library.php#HDF-EOS2") (synopsis "HDF4-based data format for NASA's Earth Observing System") (description "HDF-EOS2 is a software library built on HDF4 which supports the construction of data structures used in NASA's Earth Observing -- cgit v1.2.3