gnu: python-mpi4py: Update home-page.
* gnu/packages/mpi.scm (python-mpi4py)[home-page]: Use “github.com” instead of “bitbucket.com”.
This commit is contained in:
parent
437cea6da8
commit
4f01ef2acb
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ only provides @code{MPI_THREAD_FUNNELED}.")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
(list openmpi))
|
(list openmpi))
|
||||||
(home-page "https://bitbucket.org/mpi4py/mpi4py/")
|
(home-page "https://github.com/mpi4py/mpi4py")
|
||||||
(synopsis "Python bindings for the Message Passing Interface standard")
|
(synopsis "Python bindings for the Message Passing Interface standard")
|
||||||
(description "MPI for Python (mpi4py) provides bindings of the Message
|
(description "MPI for Python (mpi4py) provides bindings of the Message
|
||||||
Passing Interface (MPI) standard for the Python programming language, allowing
|
Passing Interface (MPI) standard for the Python programming language, allowing
|
||||||
|
|
Reference in a new issue