gnu: netcdf: Use HTTPS home page.

* gnu/packages/maths.scm (netcdf)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-17 22:43:18 +01:00
parent d5730000e2
commit 821aa687b4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1270,7 +1270,7 @@ (define-public netcdf
#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