summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/pkg-config/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/pkg-config/package.py')
-rw-r--r--var/spack/repos/builtin/packages/pkg-config/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/pkg-config/package.py b/var/spack/repos/builtin/packages/pkg-config/package.py
index f0f06d81ed..f8e0c85e2a 100644
--- a/var/spack/repos/builtin/packages/pkg-config/package.py
+++ b/var/spack/repos/builtin/packages/pkg-config/package.py
@@ -10,7 +10,7 @@ class PkgConfig(AutotoolsPackage):
"""pkg-config is a helper tool used when compiling applications
and libraries"""
- homepage = "http://www.freedesktop.org/wiki/Software/pkg-config/"
+ homepage = "https://www.freedesktop.org/wiki/Software/pkg-config/"
# URL must remain http:// so Spack can bootstrap curl
url = "http://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz"