Skip to content
Snippets Groups Projects
Commit 52160bff authored by David Boehme's avatar David Boehme
Browse files

Use https for github

parent 1b28991e
Branches
Tags
No related merge requests found
...@@ -34,7 +34,7 @@ class Caliper(Package): ...@@ -34,7 +34,7 @@ class Caliper(Package):
homepage = "https://github.com/LLNL/Caliper" homepage = "https://github.com/LLNL/Caliper"
url = "" url = ""
version('master', git='ssh://git@github.com:LLNL/Caliper.git') version('master', git='https://github.com/LLNL/Caliper.git')
variant('mpi', default=False, description='Enable MPI function wrappers.') variant('mpi', default=False, description='Enable MPI function wrappers.')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment