diff options
author | Edward Hartnett <38856240+edwardhartnett@users.noreply.github.com> | 2021-09-21 10:39:05 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 10:39:05 -0600 |
commit | d2788373166e17a1dde07c140d3106f9e76902e9 (patch) | |
tree | a86c2ac63ff0af8770688d77820eecb549c64295 | |
parent | 22cfc19bcbc9d4df84dbd7f8023fbeb7de6ea94f (diff) | |
download | spack-d2788373166e17a1dde07c140d3106f9e76902e9.tar.gz spack-d2788373166e17a1dde07c140d3106f9e76902e9.tar.bz2 spack-d2788373166e17a1dde07c140d3106f9e76902e9.tar.xz spack-d2788373166e17a1dde07c140d3106f9e76902e9.zip |
sigio: add NOAA software maintainers (#26109)
-rw-r--r-- | var/spack/repos/builtin/packages/sigio/package.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/sigio/package.py b/var/spack/repos/builtin/packages/sigio/package.py index c793de14c2..ba63a5a013 100644 --- a/var/spack/repos/builtin/packages/sigio/package.py +++ b/var/spack/repos/builtin/packages/sigio/package.py @@ -8,11 +8,13 @@ from spack import * class Sigio(CMakePackage): """The SIGIO library provides an Application Program Interface for performing - I/O on the sigma restart file of the global spectral model.""" + I/O on the sigma restart file of the NOAA global spectral model. + + This is part of the NCEPLIBS project.""" homepage = "https://noaa-emc.github.io/NCEPLIBS-sigio" url = "https://github.com/NOAA-EMC/NCEPLIBS-sigio/archive/refs/tags/v2.3.2.tar.gz" - maintainers = ['t-brown'] + maintainers = ['t-brown', 'kgerheiser', 'Hang-Lei-NOAA', 'edwardhartnett'] version('2.3.2', sha256='333f3cf3a97f97103cbafcafc2ad89b24faa55b1332a98adc1637855e8a5b613') |