spack create: http -> https (#13269)

This commit is contained in:
Adam J. Stewart 2019-10-20 11:05:54 -05:00 committed by GitHub
parent 20bb6fd733
commit 596f3f1d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}