guix-commits
[Top][All Lists]
Advanced

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

81/87: gnu: singular: Use HTTPS home page URI.


From: guix-commits
Subject: 81/87: gnu: singular: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:50 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit ac93e5831045bc9639cd706e9e3694aaf8ad1433
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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

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