added noaa software maintainers to maintainer list (#26103)

This commit is contained in:
Edward Hartnett 2021-09-21 10:58:53 -06:00 committed by GitHub
parent 2741037c69
commit 24500d4115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,6 @@ class Crtm(CMakePackage):
homepage = "https://www.jcsda.org/jcsda-project-community-radiative-transfer-model" homepage = "https://www.jcsda.org/jcsda-project-community-radiative-transfer-model"
url = "https://github.com/NOAA-EMC/EMC_crtm/archive/refs/tags/v2.3.0.tar.gz" url = "https://github.com/NOAA-EMC/EMC_crtm/archive/refs/tags/v2.3.0.tar.gz"
maintainers = ['t-brown'] maintainers = ['t-brown', 'edwardhartnett', 'kgerheiser', 'Hang-Lei-NOAA']
version('2.3.0', sha256='3e2c87ae5498c33dd98f9ede5c39e33ee7f298c7317b12adeb552e3a572700ce') version('2.3.0', sha256='3e2c87ae5498c33dd98f9ede5c39e33ee7f298c7317b12adeb552e3a572700ce')