summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2016-06-15 08:56:11 -0700
committerGitHub <noreply@github.com>2016-06-15 08:56:11 -0700
commita19c8b343e98e820b8226528f569911f04c8d2e6 (patch)
treef27d63c6e79485ad079091d0f5a896881ddb8445
parent1b28991e0ad7ad87babbac2402391313fb428399 (diff)
parent52160bff187a7d33f6e6041417ced2968e9c13ea (diff)
downloadspack-a19c8b343e98e820b8226528f569911f04c8d2e6.tar.gz
spack-a19c8b343e98e820b8226528f569911f04c8d2e6.tar.bz2
spack-a19c8b343e98e820b8226528f569911f04c8d2e6.tar.xz
spack-a19c8b343e98e820b8226528f569911f04c8d2e6.zip
Merge pull request #1051 from daboehme/develop
Use https for github in Caliper package
-rw-r--r--var/spack/repos/builtin/packages/caliper/package.py2
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.')