summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark W. Krentel <krentel@rice.edu>2022-08-18 19:35:34 -0500
committerGitHub <noreply@github.com>2022-08-18 17:35:34 -0700
commit908055e37cf03c579ed284ee560be58a385d8ec0 (patch)
tree348bf176c36713ea2fac53d3011754072f594f25
parent90352d722358640e1b8d87f1125a0ee0675eb75e (diff)
downloadspack-908055e37cf03c579ed284ee560be58a385d8ec0.tar.gz
spack-908055e37cf03c579ed284ee560be58a385d8ec0.tar.bz2
spack-908055e37cf03c579ed284ee560be58a385d8ec0.tar.xz
spack-908055e37cf03c579ed284ee560be58a385d8ec0.zip
hpctoolkit: update git url from github to gitlab (#32252)
-rw-r--r--var/spack/repos/builtin/packages/hpctoolkit/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/hpctoolkit/package.py b/var/spack/repos/builtin/packages/hpctoolkit/package.py
index 287fe91106..659e24d1b5 100644
--- a/var/spack/repos/builtin/packages/hpctoolkit/package.py
+++ b/var/spack/repos/builtin/packages/hpctoolkit/package.py
@@ -17,7 +17,7 @@ class Hpctoolkit(AutotoolsPackage):
and attributes them to the full calling context in which they occur."""
homepage = "http://hpctoolkit.org"
- git = "https://github.com/HPCToolkit/hpctoolkit.git"
+ git = "https://gitlab.com/hpctoolkit/hpctoolkit.git"
maintainers = ["mwkrentel"]
tags = ["e4s"]