From 821aa687b439f509bec124f14e529d6da756132c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 17 Jan 2020 22:43:18 +0100 Subject: gnu: netcdf: Use HTTPS home page. * gnu/packages/maths.scm (netcdf)[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 99803cb5bf..5bb1f92f23 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1270,7 +1270,7 @@ similar to MATLAB, GNU Octave or SciPy.") #t))) #:parallel-tests? #f)) ;various race conditions - (home-page "http://www.unidata.ucar.edu/software/netcdf/") + (home-page "https://www.unidata.ucar.edu/software/netcdf/") (synopsis "Library for scientific data") (description "NetCDF is an interface for scientific data access and a software library that provides an implementation of the interface. The netCDF -- cgit v1.2.3