guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/11: gnu: python-mpi4py: Update home-page.


From: guix-commits
Subject: 07/11: gnu: python-mpi4py: Update home-page.
Date: Sun, 28 May 2023 17:15:43 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 4f01ef2acbba4079968d05a46251e1ed92a9a03d
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu May 18 17:56:34 2023 +0200

    gnu: python-mpi4py: Update home-page.
    
    * 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]