ngz pushed a commit to branch master
in repository guix.

commit ac93e5831045bc9639cd706e9e3694aaf8ad1433
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 12:00:51 2021 +0100

    gnu: singular: Use HTTPS home page URI.
    
    * gnu/packages/algebra.scm (singular)[home-page]: Use HTTPS URI.
---
 gnu/packages/algebra.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 9d81cba..6f36f26 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -651,7 +651,7 @@ geometry and singularity theory.")
    ;; libraries with which it links are licensed under lgpl3+, so the
    ;; combined work becomes gpl3. See COPYING in the source code.
    (license license:gpl3)
-   (home-page "http://www.singular.uni-kl.de/index.php";)))
+   (home-page "https://www.singular.uni-kl.de/index.php";)))
 
 (define-public gmp-ecm
   (package

Reply via email to