summaryrefslogtreecommitdiff
path: root/gnu/packages/algebra.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-28 12:00:51 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-28 12:00:51 +0100
commitac93e5831045bc9639cd706e9e3694aaf8ad1433 (patch)
treede82002df6f2618fa4924b292fad2e3018e1afdc /gnu/packages/algebra.scm
parent9fcb1cb25e783af669da0fadf03e0384d5032c6d (diff)
downloadguix-patches-ac93e5831045bc9639cd706e9e3694aaf8ad1433.tar
guix-patches-ac93e5831045bc9639cd706e9e3694aaf8ad1433.tar.gz
gnu: singular: Use HTTPS home page URI.
* gnu/packages/algebra.scm (singular)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r--gnu/packages/algebra.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 9d81cba4f5..6f36f267b0 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