Put in maintainers for Kokkos Tools Spack package (#49018)

* Kokkos Tools package.py: fix maintainers
* Kokkos Tools package.py: remove white space between first and second maintainer in comma-separated list
* [@spackbot] updating style on behalf of vlkale
* Correct maintainers syntax
   Co-authored-by: Richard Berger <richard.berger@outlook.com>

---------

Co-authored-by: vlkale <vlkale@users.noreply.github.com>
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
Co-authored-by: Richard Berger <richard.berger@outlook.com>
This commit is contained in:
Vivek Kale 2025-02-13 18:35:22 -05:00 committed by GitHub
parent 6925a53937
commit 0eb55a0b8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ class KokkosTools(CMakePackage):
homepage = "https://github.com/kokkos/kokkos-tools/" homepage = "https://github.com/kokkos/kokkos-tools/"
git = "https://github.com/kokkos/kokkos-tools.git" git = "https://github.com/kokkos/kokkos-tools.git"
maintainers("jennfshr", "vlkale", "rbberger")
license("Apache-2.0 WITH LLVM-exception") license("Apache-2.0 WITH LLVM-exception")
version("develop", branch="develop") version("develop", branch="develop")