summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaura Bellentani <l.bellentani@cineca.it>2023-07-04 14:06:21 +0200
committerGitHub <noreply@github.com>2023-07-04 14:06:21 +0200
commite6f50c53411f8ffd9adafd6a6f176c7f8c4ee04e (patch)
treef6d0403dfe4e017584c90e3543a16f1c3d395ea9
parent32d0b5ca97cf230fa068709e42e4d812612a4c62 (diff)
downloadspack-e6f50c53411f8ffd9adafd6a6f176c7f8c4ee04e.tar.gz
spack-e6f50c53411f8ffd9adafd6a6f176c7f8c4ee04e.tar.bz2
spack-e6f50c53411f8ffd9adafd6a6f176c7f8c4ee04e.tar.xz
spack-e6f50c53411f8ffd9adafd6a6f176c7f8c4ee04e.zip
quantum-espresso: change in maintainers (#38688)
-rw-r--r--var/spack/repos/builtin/packages/quantum-espresso/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/quantum-espresso/package.py b/var/spack/repos/builtin/packages/quantum-espresso/package.py
index d833121772..b0a5ee37ff 100644
--- a/var/spack/repos/builtin/packages/quantum-espresso/package.py
+++ b/var/spack/repos/builtin/packages/quantum-espresso/package.py
@@ -18,7 +18,7 @@ class QuantumEspresso(CMakePackage, Package):
url = "https://gitlab.com/QEF/q-e/-/archive/qe-6.6/q-e-qe-6.6.tar.gz"
git = "https://gitlab.com/QEF/q-e.git"
- maintainers("ye-luo", "danielecesarini", "bellenlau")
+ maintainers("ye-luo", "bellenlau", "tgorni")
build_system(conditional("cmake", when="@6.8:"), "generic", default="cmake")