update github URL (#35789)

This commit is contained in:
Jean Luca Bez 2023-03-02 21:23:23 -08:00 committed by GitHub
parent 817b59900a
commit 0bdb0b07fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")