mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: openmpi: Use HTTPS home page.
* gnu/packages/mpi.scm (openmpi)[home-page]: Use HTTPS.
This commit is contained in:
parent
9dd7082c48
commit
f9a69e9bae
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ (define-public openmpi
|
|||
(let ((out (assoc-ref outputs "out")))
|
||||
(for-each delete-file (find-files out "config.log"))
|
||||
#t))))))
|
||||
(home-page "http://www.open-mpi.org")
|
||||
(home-page "https://www.open-mpi.org")
|
||||
(synopsis "MPI-3 implementation")
|
||||
(description
|
||||
"The Open MPI Project is an MPI-3 implementation that is developed and
|
||||
|
|
Loading…
Reference in a new issue