g2tmpl: added NOAA maintainers (#26192)

This commit is contained in:
Edward Hartnett 2021-09-24 02:35:02 -06:00 committed by GitHub
parent 6d2ce0535f
commit 21eaf31291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,13 @@
class G2tmpl(CMakePackage):
"""Utilities for GRIB2 templates."""
"""Utilities for GRIB2 templates.
This is part of NOAA's NCEPLIBS project."""
homepage = "https://github.com/NOAA-EMC/NCEPLIBS-g2tmpl"
url = "https://github.com/NOAA-EMC/NCEPLIBS-g2tmpl/archive/refs/tags/v1.10.0.tar.gz"
maintainers = ['t-brown']
maintainers = ['t-brown', 'edwardhartnett', 'kgerheiser', 'Hang-Lei-NOAA']
version('1.10.0', sha256='dcc0e40b8952f91d518c59df7af64e099131c17d85d910075bfa474c8822649d')