ufs-utils: added NOAA maintainers (#26201)

This commit is contained in:
Edward Hartnett
2021-09-24 05:07:18 -06:00
committed by GitHub
parent 87e1ed0ef1
commit 2d8f06bfa0

View File

@@ -9,12 +9,13 @@
class UfsUtils(CMakePackage): class UfsUtils(CMakePackage):
"""The UFS Utilities package contains programs set up the model grid and """The UFS Utilities package contains programs set up the model grid and
create coldstart initial conditions. create coldstart initial conditions.
"""
This is related to NOAA's NCEPLIBS project."""
homepage = "https://noaa-emcufs-utils.readthedocs.io/en/latest/" homepage = "https://noaa-emcufs-utils.readthedocs.io/en/latest/"
url = "https://github.com/NOAA-EMC/UFS_UTILS/archive/refs/tags/ufs_utils_1_6_0.tar.gz" url = "https://github.com/NOAA-EMC/UFS_UTILS/archive/refs/tags/ufs_utils_1_6_0.tar.gz"
maintainers = ['t-brown'] maintainers = ['t-brown', 'edwardhartnett', 'kgerheiser', 'Hang-Lei-NOAA']
version('1_6_0', sha256='829ba4b50162e4202f96ec92a65b9fa824f71db65d2b63b70822db07d061cd92') version('1_6_0', sha256='829ba4b50162e4202f96ec92a65b9fa824f71db65d2b63b70822db07d061cd92')