From 4f01ef2acbba4079968d05a46251e1ed92a9a03d Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Thu, 18 May 2023 17:56:34 +0200 Subject: [PATCH] gnu: python-mpi4py: Update home-page. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/mpi.scm (python-mpi4py)[home-page]: Use “github.com” instead of “bitbucket.com”. --- gnu/packages/mpi.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm index fb874484bf6..5c10e9b4239 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