Use the maintainers directive in all packages (#35201)

This commit is contained in:
Massimiliano Culpo
2023-02-02 06:07:25 +01:00
committed by GitHub
parent 9865a42b20
commit ddecf07045
1493 changed files with 1526 additions and 1525 deletions

View File

@@ -23,7 +23,7 @@ class Hdf5(CMakePackage):
list_url = "https://support.hdfgroup.org/ftp/HDF5/releases"
list_depth = 3
git = "https://github.com/HDFGroup/hdf5.git"
maintainers = [
maintainers(
"lrknox",
"brtnfld",
"byrnHDF",
@@ -33,7 +33,7 @@ class Hdf5(CMakePackage):
"hyoklee",
"lkurz",
"soumagne",
]
)
test_requires_compiler = True