gnu: slepc: Use HTTPS home page URI.
* gnu/packages/maths.scm (slepc)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
ac93e58310
commit
1ca4b76b52
1 changed files with 1 additions and 1 deletions
|
@ -2636,7 +2636,7 @@ (define-public slepc
|
|||
"test.log" "error.log" "RDict.db"
|
||||
"uninstall.py"))
|
||||
#t))))))
|
||||
(home-page "http://slepc.upv.es")
|
||||
(home-page "https://slepc.upv.es")
|
||||
(synopsis "Scalable library for eigenproblems")
|
||||
(description "SLEPc is a software library for the solution of large sparse
|
||||
eigenproblems on parallel computers. It can be used for the solution of
|
||||
|
|
Loading…
Reference in a new issue