summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen McDowell <svenevs@users.noreply.github.com>2022-09-29 19:33:52 -0400
committerGitHub <noreply@github.com>2022-09-29 17:33:52 -0600
commit24f9ec7dc0fcb2534868bf2d2264a7f5f9ae14a5 (patch)
tree34d35538d187f9fcf76ee97c7f5609fd139911a5
parentd417d49690ecbdc7b96a331472bc690e451afe41 (diff)
downloadspack-24f9ec7dc0fcb2534868bf2d2264a7f5f9ae14a5.tar.gz
spack-24f9ec7dc0fcb2534868bf2d2264a7f5f9ae14a5.tar.bz2
spack-24f9ec7dc0fcb2534868bf2d2264a7f5f9ae14a5.tar.xz
spack-24f9ec7dc0fcb2534868bf2d2264a7f5f9ae14a5.zip
Update ecp-data-vis-sdk homepage and maintainers (#32886)
-rw-r--r--var/spack/repos/builtin/packages/ecp-data-vis-sdk/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/ecp-data-vis-sdk/package.py b/var/spack/repos/builtin/packages/ecp-data-vis-sdk/package.py
index a26970f062..31c3fc06ea 100644
--- a/var/spack/repos/builtin/packages/ecp-data-vis-sdk/package.py
+++ b/var/spack/repos/builtin/packages/ecp-data-vis-sdk/package.py
@@ -57,10 +57,10 @@ def exclude_variants(variants, exclude):
class EcpDataVisSdk(BundlePackage, CudaPackage, ROCmPackage):
"""ECP Data & Vis SDK"""
- homepage = "https://github.com/chuckatkins/ecp-data-viz-sdk"
+ homepage = "https://ecp-data-vis-sdk.github.io/"
tags = ["ecp"]
- maintainers = ["chuckatkins", "kwryankrattiger"]
+ maintainers = ["kwryankrattiger", "svenevs"]
version("1.0")