diff options
author | Jean Luca Bez <jlbez@lbl.gov> | 2023-03-02 21:23:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-03 00:23:23 -0500 |
commit | 0bdb0b07fda227781064177d41a6e6b4393f0c04 (patch) | |
tree | 26611131a44aa943f11a2219cecf3d31c5e9eb30 /var | |
parent | 817b59900a7bc45bf05126c26548898eb06eb1cf (diff) | |
download | spack-0bdb0b07fda227781064177d41a6e6b4393f0c04.tar.gz spack-0bdb0b07fda227781064177d41a6e6b4393f0c04.tar.bz2 spack-0bdb0b07fda227781064177d41a6e6b4393f0c04.tar.xz spack-0bdb0b07fda227781064177d41a6e6b4393f0c04.zip |
update github URL (#35789)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/drishti/package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/drishti/package.py b/var/spack/repos/builtin/packages/drishti/package.py index e8d2a4aae6..7827f4421b 100644 --- a/var/spack/repos/builtin/packages/drishti/package.py +++ b/var/spack/repos/builtin/packages/drishti/package.py @@ -12,8 +12,8 @@ class Drishti(PythonPackage): by detecting typical I/O performance pitfalls and providing a set of recommendations. """ - homepage = "https://github.com/hpc-io/drishti" - git = "https://github.com/hpc-io/drishti" + homepage = "https://github.com/hpc-io/drishti-io" + git = "https://github.com/hpc-io/drishti-io" pypi = "drishti-io/drishti-io-0.4.tar.gz" maintainers("jeanbez", "sbyna") |