This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bebfe06  gnu: elpa: Use HTTPS home page URI.
bebfe06 is described below

commit bebfe06776c7848838dd8c286cf0e30c9f0a0f63
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:02:20 2021 +0100

    gnu: elpa: Use HTTPS home page URI.
    
    * gnu/packages/maths.scm (elpa)[home-page]: Use HTTPS URI.
---
 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 58433d4..83750cd 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -30,7 +30,7 @@
 ;;; Copyright © 2018 Eric Brown <[email protected]>
 ;;; Copyright © 2018 Julien Lepiller <[email protected]>
 ;;; Copyright © 2018 Amin Bandali <[email protected]>
-;;; Copyright © 2019 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2019, 2021 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2019 Steve Sprang <[email protected]>
 ;;; Copyright © 2019 Robert Smith <[email protected]>
 ;;; Copyright © 2020 Jakub Kądziołka <[email protected]>
@@ -4870,7 +4870,7 @@ theories} (SMT) solver.  It provides a C/C++ API, as well 
as Python bindings.")
                ;; Test scripts are generated, patch the shebang
                (("#!/bin/bash") (string-append "#!" (which "sh"))))
              #t)))))
-    (home-page "http://elpa.mpcdf.mpg.de";)
+    (home-page "https://elpa.mpcdf.mpg.de";)
     (synopsis "Eigenvalue solvers for symmetric matrices")
     (description
      "The ELPA library provides efficient and scalable direct eigensolvers for

Reply via email to