diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 22:43:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 23:32:34 +0100 |
commit | 821aa687b439f509bec124f14e529d6da756132c (patch) | |
tree | d7d65fe3bba0cdd59f2eeeb7da51c911ff8befd8 | |
parent | d5730000e2a7c5788509988e9929681017812e04 (diff) |
gnu: netcdf: Use HTTPS home page.
* gnu/packages/maths.scm (netcdf)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |