mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
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"
|
"test.log" "error.log" "RDict.db"
|
||||||
"uninstall.py"))
|
"uninstall.py"))
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "http://slepc.upv.es")
|
(home-page "https://slepc.upv.es")
|
||||||
(synopsis "Scalable library for eigenproblems")
|
(synopsis "Scalable library for eigenproblems")
|
||||||
(description "SLEPc is a software library for the solution of large sparse
|
(description "SLEPc is a software library for the solution of large sparse
|
||||||
eigenproblems on parallel computers. It can be used for the solution of
|
eigenproblems on parallel computers. It can be used for the solution of
|
||||||
|
|
Loading…
Reference in a new issue