summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/gccxml/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/gccxml/package.py')
-rw-r--r--var/spack/repos/builtin/packages/gccxml/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gccxml/package.py b/var/spack/repos/builtin/packages/gccxml/package.py
index 72ea079985..effc2ec279 100644
--- a/var/spack/repos/builtin/packages/gccxml/package.py
+++ b/var/spack/repos/builtin/packages/gccxml/package.py
@@ -10,7 +10,7 @@ class Gccxml(CMakePackage):
"""gccxml dumps an XML description of C++ source code using an extension of
the GCC C++ compiler."""
- homepage = "http://gccxml.github.io"
+ homepage = "https://gccxml.github.io"
git = "https://github.com/gccxml/gccxml.git"
version('develop', branch='master')