summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2019-10-20 11:05:54 -0500
committerGitHub <noreply@github.com>2019-10-20 11:05:54 -0500
commit596f3f1d61d9e00e61e0c056821bfd33cacaffb7 (patch)
tree7babf6b6a9813b38af63b065528be0a9fff42dac /lib
parent20bb6fd733977187e733842de70b04bfcfe68602 (diff)
downloadspack-596f3f1d61d9e00e61e0c056821bfd33cacaffb7.tar.gz
spack-596f3f1d61d9e00e61e0c056821bfd33cacaffb7.tar.bz2
spack-596f3f1d61d9e00e61e0c056821bfd33cacaffb7.tar.xz
spack-596f3f1d61d9e00e61e0c056821bfd33cacaffb7.zip
spack create: http -> https (#13269)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/cmd/create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/create.py b/lib/spack/spack/cmd/create.py
index c2dd143ce0..527a7a883c 100644
--- a/lib/spack/spack/cmd/create.py
+++ b/lib/spack/spack/cmd/create.py
@@ -56,7 +56,7 @@ class {class_name}({base_class_name}):
"""FIXME: Put a proper description of your package here."""
# FIXME: Add a proper url for your package's homepage here.
- homepage = "http://www.example.com"
+ homepage = "https://www.example.com"
{url_def}
{versions}