guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: petsc: Use HTTPS home page.


From: guix-commits
Subject: 08/12: gnu: petsc: Use HTTPS home page.
Date: Sun, 19 Jan 2020 00:10:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2299d83e2fdfb7c4394f0da536ced1da7df52b55
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 12:47:01 2020 +0100

    gnu: petsc: Use HTTPS home page.
    
    * gnu/packages/maths.scm (petsc)[home-page, license]: Use HTTPS.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index bc03938..85ceea1 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1921,13 +1921,13 @@ September 2004}")
               (copy-recursively exdir exdir')
               (delete-file-recursively exdir)
               #t))))))
-    (home-page "http://www.mcs.anl.gov/petsc";)
+    (home-page "https://www.mcs.anl.gov/petsc";)
     (synopsis "Library to solve PDEs")
     (description "PETSc, pronounced PET-see (the S is silent), is a suite of
 data structures and routines for the scalable (parallel) solution of
 scientific applications modeled by partial differential equations.")
     (license (license:non-copyleft
-              "http://www.mcs.anl.gov/petsc/documentation/copyright.html";))))
+              "https://www.mcs.anl.gov/petsc/documentation/copyright.html";))))
 
 (define-public petsc-complex
   (package (inherit petsc)



reply via email to

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