This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch next-master
in repository guix.
The following commit(s) were added to refs/heads/next-master by this push:
new af60daaa10 gnu: openpmix: Fix home-page.
af60daaa10 is described below
commit af60daaa10d2fc2ca1e59e39555e03691eb16707
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Jan 18 16:54:40 2026 +0100
gnu: openpmix: Fix home-page.
* gnu/packages/parallel.scm (openpmix)[home-page]: Update.
Change-Id: Ia91517fad0fe4591fc5355d40b14fed694402dd9
---
gnu/packages/parallel.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index 2f2f5d05b6..cac198e24f 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -771,7 +771,7 @@ single-instruction multiple-data (SIMD) intrinsics.")
"PMIx is an application programming interface standard that provides
libraries and programming models with portable and well-defined access to
commonly needed services in distributed and parallel computing systems.")
- (home-page "https://pmix.org/")
+ (home-page "https://openpmix.org/")
;; configure: WARNING: PMIx does not support 32 bit builds.
(supported-systems %64bit-supported-systems)
;; The provided license is kind of BSD-style but specific.