mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: netcdf: Use HTTPS home page.
* gnu/packages/maths.scm (netcdf)[home-page]: Use HTTPS.
This commit is contained in:
parent
d5730000e2
commit
821aa687b4
1 changed files with 1 additions and 1 deletions
|
@ -1270,7 +1270,7 @@ (define-public netcdf
|
||||||
#t)))
|
#t)))
|
||||||
|
|
||||||
#:parallel-tests? #f)) ;various race conditions
|
#: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")
|
(synopsis "Library for scientific data")
|
||||||
(description "NetCDF is an interface for scientific data access and a
|
(description "NetCDF is an interface for scientific data access and a
|
||||||
software library that provides an implementation of the interface. The netCDF
|
software library that provides an implementation of the interface. The netCDF
|
||||||
|
|
Loading…
Reference in a new issue