diff --git a/var/spack/repos/builtin/packages/drishti/package.py b/var/spack/repos/builtin/packages/drishti/package.py index e8d2a4aae68..7827f4421b5 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")