quantum-espresso: change in maintainers (#38688)

This commit is contained in:
Laura Bellentani 2023-07-04 14:06:21 +02:00 committed by GitHub
parent 32d0b5ca97
commit e6f50c5341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")