diff options
author | David Boehme <boehme3@llnl.gov> | 2016-06-13 11:47:28 -0700 |
---|---|---|
committer | David Boehme <boehme3@llnl.gov> | 2016-06-13 11:47:28 -0700 |
commit | 52160bff187a7d33f6e6041417ced2968e9c13ea (patch) | |
tree | f27d63c6e79485ad079091d0f5a896881ddb8445 /var | |
parent | 1b28991e0ad7ad87babbac2402391313fb428399 (diff) | |
download | spack-52160bff187a7d33f6e6041417ced2968e9c13ea.tar.gz spack-52160bff187a7d33f6e6041417ced2968e9c13ea.tar.bz2 spack-52160bff187a7d33f6e6041417ced2968e9c13ea.tar.xz spack-52160bff187a7d33f6e6041417ced2968e9c13ea.zip |
Use https for github
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/caliper/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/caliper/package.py b/var/spack/repos/builtin/packages/caliper/package.py index 4b8fe0d8af..a424c73859 100644 --- a/var/spack/repos/builtin/packages/caliper/package.py +++ b/var/spack/repos/builtin/packages/caliper/package.py @@ -34,7 +34,7 @@ class Caliper(Package): homepage = "https://github.com/LLNL/Caliper" 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.') |