me
/
guix
Archived
1
0
Fork 0

gnu: openmpi: Use HTTPS home page.

* gnu/packages/mpi.scm (openmpi)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-01-18 22:14:45 +01:00
parent 9dd7082c48
commit f9a69e9bae
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ bind processes, and much more.")
(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