gfsio: add NOAA software maintainers (#26106)

* added NOAA software maintainers to maintainer list

* added comment about NCEPLIBS
This commit is contained in:
Edward Hartnett 2021-09-21 19:20:47 -06:00 committed by GitHub
parent 90d953d3f6
commit 5097a41675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,13 @@
class Gfsio(CMakePackage): class Gfsio(CMakePackage):
"""The GFSIO library provides an API to convert GFS Gaussian output into """The GFSIO library provides an API to convert GFS Gaussian output into
grib output.""" grib output.
This is part of the NOAA NCEPLIBS project."""
homepage = "https://github.com/NOAA-EMC/NCEPLIBS-gfsio" homepage = "https://github.com/NOAA-EMC/NCEPLIBS-gfsio"
url = "https://github.com/NOAA-EMC/NCEPLIBS-gfsio/archive/refs/tags/v1.4.1.tar.gz" url = "https://github.com/NOAA-EMC/NCEPLIBS-gfsio/archive/refs/tags/v1.4.1.tar.gz"
maintainers = ['t-brown'] maintainers = ['t-brown', 'kgerheiser', 'Hang-Lei-NOAA', 'edwardhartnett']
version('1.4.1', sha256='eab106302f520600decc4f9665d7c6a55e7b4901fab6d9ef40f29702b89b69b1') version('1.4.1', sha256='eab106302f520600decc4f9665d7c6a55e7b4901fab6d9ef40f29702b89b69b1')