guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/17: gnu: netcdf: Use HTTPS home page.


From: guix-commits
Subject: 11/17: gnu: netcdf: Use HTTPS home page.
Date: Fri, 17 Jan 2020 17:45:33 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 821aa687b439f509bec124f14e529d6da756132c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Jan 17 22:43:18 2020 +0100

    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 99803cb..5bb1f92 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]