xsdk: update maintainers (#33822)

This commit is contained in:
Satish Balay 2022-11-11 08:30:28 -06:00 committed by GitHub
parent f1392bbd49
commit d49c992b23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ class XsdkExamples(CMakePackage, CudaPackage):
url = "https://github.com/xsdk-project/xsdk-examples/archive/v0.1.0.tar.gz"
git = "https://github.com/xsdk-project/xsdk-examples"
maintainers = ["acfisher", "balay", "balos1", "luszczek"]
maintainers = ["balay", "luszczek", "balos1", "shuds13", "v-dobrev"]
version("develop", branch="master")
version("0.3.0", sha256="e7444a403c0a69eeeb34a4068be4d6f4e5b54cbfd275629019b9236a538a739e")

View file

@ -82,7 +82,7 @@ class Xsdk(BundlePackage, CudaPackage, ROCmPackage):
"""
homepage = "https://xsdk.info"
maintainers = ["balay", "luszczek", "balos1"]
maintainers = ["balay", "luszczek", "balos1", "shuds13", "v-dobrev"]
version("develop")
version("0.7.0")