sfcio: add NOAA software maintainers (#26108)

* added NOAA software maintainers to maintainer list

* added comment about NCEPLIBS project
This commit is contained in:
Edward Hartnett 2021-09-21 15:28:37 -06:00 committed by GitHub
parent d865caa7f7
commit fd716ce0c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,13 @@
class Sfcio(CMakePackage): class Sfcio(CMakePackage):
"""The SFCIO library provides an API to read the NCEP Spectral model surface """The SFCIO library provides an API to read the NCEP Spectral model surface
files.""" files.
This is part of the NCEPLIBS project."""
homepage = "https://noaa-emc.github.io/NCEPLIBS-sfcio" homepage = "https://noaa-emc.github.io/NCEPLIBS-sfcio"
url = "https://github.com/NOAA-EMC/NCEPLIBS-sfcio/archive/refs/tags/v1.4.1.tar.gz" url = "https://github.com/NOAA-EMC/NCEPLIBS-sfcio/archive/refs/tags/v1.4.1.tar.gz"
maintainers = ['t-brown'] maintainers = ['t-brown', 'kgerheiser', 'Hang-Lei-NOAA', 'edwardhartnett']
version('1.4.1', sha256='d9f900cf18ec1a839b4128c069b1336317ffc682086283443354896746b89c59') version('1.4.1', sha256='d9f900cf18ec1a839b4128c069b1336317ffc682086283443354896746b89c59')