summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/stat/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/stat/package.py')
-rw-r--r--var/spack/repos/builtin/packages/stat/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/stat/package.py b/var/spack/repos/builtin/packages/stat/package.py
index a36c073651..0027cfd1ea 100644
--- a/var/spack/repos/builtin/packages/stat/package.py
+++ b/var/spack/repos/builtin/packages/stat/package.py
@@ -9,7 +9,7 @@ from spack import *
class Stat(AutotoolsPackage):
"""Library to create, manipulate, and export graphs Graphlib."""
- homepage = "http://paradyn.org/STAT/STAT.html"
+ homepage = "https://paradyn.org/STAT/STAT.html"
url = "https://github.com/LLNL/STAT/archive/v2.0.0.tar.gz"
git = "https://github.com/llnl/stat.git"
maintainers = ['lee218llnl']