summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2023-02-02 06:07:25 +0100
committerGitHub <noreply@github.com>2023-02-01 21:07:25 -0800
commitddecf070454c3440c3342ab92f067b71c52a8336 (patch)
tree4354a54be0836ee1e4c1283657ed574464411810 /var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py
parent9865a42b20c839709c63f71ae6c6be0694d9d287 (diff)
downloadspack-ddecf070454c3440c3342ab92f067b71c52a8336.tar.gz
spack-ddecf070454c3440c3342ab92f067b71c52a8336.tar.bz2
spack-ddecf070454c3440c3342ab92f067b71c52a8336.tar.xz
spack-ddecf070454c3440c3342ab92f067b71c52a8336.zip
Use the `maintainers` directive in all packages (#35201)
Diffstat (limited to 'var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py')
-rw-r--r--var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py b/var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py
index 2732cda326..95e7cee577 100644
--- a/var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py
+++ b/var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py
@@ -12,7 +12,7 @@ class Hdf5VolExternalPassthrough(CMakePackage):
homepage = "https://sdm.lbl.gov/"
url = "https://github.com/hpc-io/vol-external-passthrough/archive/refs/tags/v1.0.tar.gz"
git = "https://github.com/hpc-io/vol-external-passthrough.git"
- maintainers = ["hyoklee"]
+ maintainers("hyoklee")
version("develop", branch="develop")
version("1.0", sha256="99a06d1c31451f8f0c8c10fec112410cda1f951f0eda1bd0ca999d6b35cf7740")