hpctoolkit: update git url from github to gitlab (#32252)

This commit is contained in:
Mark W. Krentel 2022-08-18 19:35:34 -05:00 committed by GitHub
parent 90352d7223
commit 908055e37c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ class Hpctoolkit(AutotoolsPackage):
and attributes them to the full calling context in which they occur.""" and attributes them to the full calling context in which they occur."""
homepage = "http://hpctoolkit.org" homepage = "http://hpctoolkit.org"
git = "https://github.com/HPCToolkit/hpctoolkit.git" git = "https://gitlab.com/hpctoolkit/hpctoolkit.git"
maintainers = ["mwkrentel"] maintainers = ["mwkrentel"]
tags = ["e4s"] tags = ["e4s"]