summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/gotcha/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/gotcha/package.py')
-rw-r--r--var/spack/repos/builtin/packages/gotcha/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gotcha/package.py b/var/spack/repos/builtin/packages/gotcha/package.py
index 99ff2fa656..941496b3d1 100644
--- a/var/spack/repos/builtin/packages/gotcha/package.py
+++ b/var/spack/repos/builtin/packages/gotcha/package.py
@@ -10,7 +10,7 @@ class Gotcha(CMakePackage):
"""C software library for shared library function wrapping,
enables tools to intercept calls into shared libraries"""
- homepage = "http://github.com/LLNL/gotcha"
+ homepage = "https://github.com/LLNL/gotcha"
git = "https://github.com/LLNL/gotcha.git"
version('develop', branch='develop')