gnu: singular: Use HTTPS home page URI.
* gnu/packages/algebra.scm (singular)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
9fcb1cb25e
commit
ac93e58310
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue