gnu: singular: Use HTTPS home page URI.

* gnu/packages/algebra.scm (singular)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 12:00:51 +01:00
parent 9fcb1cb25e
commit ac93e58310
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -651,7 +651,7 @@ (define-public singular
;; 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