diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 12:00:51 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 12:00:51 +0100 |
commit | ac93e5831045bc9639cd706e9e3694aaf8ad1433 (patch) | |
tree | de82002df6f2618fa4924b292fad2e3018e1afdc /gnu/packages | |
parent | 9fcb1cb25e783af669da0fadf03e0384d5032c6d (diff) |
gnu: singular: Use HTTPS home page URI.
* gnu/packages/algebra.scm (singular)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/algebra.scm | 2 |
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 |