From 36f3566257527731162ee75807dd4bcfd3991ad0 Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Tue, 10 Dec 2024 03:22:10 +0100 Subject: [PATCH] highfive: update maintainers. (#47896) * highfive: update maintainers. * switch maintainers. --------- Co-authored-by: Nicolas Cornu --- var/spack/repos/builtin/packages/highfive/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/highfive/package.py b/var/spack/repos/builtin/packages/highfive/package.py index 34266ca7d9c..b487599e467 100644 --- a/var/spack/repos/builtin/packages/highfive/package.py +++ b/var/spack/repos/builtin/packages/highfive/package.py @@ -14,7 +14,7 @@ class Highfive(CMakePackage): homepage = "https://github.com/BlueBrain/HighFive" url = "https://github.com/BlueBrain/HighFive/archive/v1.2.tar.gz" git = "https://github.com/BlueBrain/HighFive.git" - maintainers("alkino") + maintainers("1uc") license("BSL-1.0")