added NOAA software team to maintainers list (#26056)

This commit is contained in:
Edward Hartnett 2021-09-20 09:01:53 -06:00 committed by GitHub
parent 1ea58e0cb9
commit 96eefea9a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,13 @@
class Sp(CMakePackage):
"""The spectral transform library splib contains FORTRAN subprograms to be
used for a variety of spectral transform functions."""
"""The spectral transform library splib contains FORTRAN subprograms
to be used for a variety of spectral transform functions. This is
part of the NCEPLIBS project."""
homepage = "https://noaa-emc.github.io/NCEPLIBS-sp"
url = "https://github.com/NOAA-EMC/NCEPLIBS-sp/archive/refs/tags/v2.3.3.tar.gz"
maintainers = ['t-brown']
maintainers = ['t-brown', 'kgerheiser', 'edwardhartnett', 'Hang-Lei-NOAA']
version('2.3.3', sha256='c0d465209e599de3c0193e65671e290e9f422f659f1da928505489a3edeab99f')