summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-17 22:43:18 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-01-17 23:32:34 +0100
commit821aa687b439f509bec124f14e529d6da756132c (patch)
treed7d65fe3bba0cdd59f2eeeb7da51c911ff8befd8
parentd5730000e2a7c5788509988e9929681017812e04 (diff)
downloadpatches-821aa687b439f509bec124f14e529d6da756132c.tar
patches-821aa687b439f509bec124f14e529d6da756132c.tar.gz
gnu: netcdf: Use HTTPS home page.
* gnu/packages/maths.scm (netcdf)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/maths.scm2
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