sigio: add NOAA software maintainers (#26109)

This commit is contained in:
Edward Hartnett 2021-09-21 10:39:05 -06:00 committed by GitHub
parent 22cfc19bcb
commit d278837316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,13 @@
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')