summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-01-18 16:54:40 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:25:07 +0100
commit7dffe07f673a543c60219e9953a65e700f97711e (patch)
tree004d5c70a8f32fa9629e21c2b9d8b263d596b955 /gnu
parentbb4b81a5c12bfc87d536c88206baf5144f2861e4 (diff)
gnu: openpmix: Fix home-page.
* gnu/packages/parallel.scm (openpmix)[home-page]: Update. Change-Id: Ia91517fad0fe4591fc5355d40b14fed694402dd9 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/parallel.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index ade83789d83..6405c25733f 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -785,7 +785,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.