summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/drishti/package.py4
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")