aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mpi.scm
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2023-05-18 17:56:34 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2023-05-28 23:14:19 +0200
commit4f01ef2acbba4079968d05a46251e1ed92a9a03d (patch)
tree7be92ce8bb548f8a16e3ddd29a70fd5c27b8fa8b /gnu/packages/mpi.scm
parent437cea6da8ccccb39cc6828fca0bce0eeba458a7 (diff)
downloadguix-4f01ef2acbba4079968d05a46251e1ed92a9a03d.tar
guix-4f01ef2acbba4079968d05a46251e1ed92a9a03d.tar.gz
gnu: python-mpi4py: Update home-page.
* gnu/packages/mpi.scm (python-mpi4py)[home-page]: Use “github.com” instead of “bitbucket.com”.
Diffstat (limited to 'gnu/packages/mpi.scm')
-rw-r--r--gnu/packages/mpi.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index fb874484bf..5c10e9b423 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -422,7 +422,7 @@ only provides @code{MPI_THREAD_FUNNELED}.")))
#t)))))
(inputs
(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")
(description "MPI for Python (mpi4py) provides bindings of the Message
Passing Interface (MPI) standard for the Python programming language, allowing