summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authoralbestro <9337627+albestro@users.noreply.github.com>2019-11-18 18:58:16 +0100
committerAxel Huebl <axel.huebl@plasma.ninja>2019-11-18 10:58:16 -0700
commite0746a2a079b2e2795b3838c2fcee083149174b5 (patch)
tree67ca7d817836704ce496a8784e96113ef749196b /var
parente5b32023528aa4a76b4d7d270fc27d68704d9e2e (diff)
downloadspack-e0746a2a079b2e2795b3838c2fcee083149174b5.tar.gz
spack-e0746a2a079b2e2795b3838c2fcee083149174b5.tar.bz2
spack-e0746a2a079b2e2795b3838c2fcee083149174b5.tar.xz
spack-e0746a2a079b2e2795b3838c2fcee083149174b5.zip
fix libxml2 url (#13770)
http to https
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/libxml2/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/libxml2/package.py b/var/spack/repos/builtin/packages/libxml2/package.py
index b7a6381f30..8fb37ce3ad 100644
--- a/var/spack/repos/builtin/packages/libxml2/package.py
+++ b/var/spack/repos/builtin/packages/libxml2/package.py
@@ -34,7 +34,7 @@ class Libxml2(AutotoolsPackage):
# XML Conformance Test Suites
# See http://www.w3.org/XML/Test/ for information
- resource(name='xmlts', url='http://www.w3.org/XML/Test/xmlts20080827.tar.gz',
+ resource(name='xmlts', url='https://www.w3.org/XML/Test/xmlts20080827.tar.gz',
sha256='96151685cec997e1f9f3387e3626d61e6284d4d6e66e0e440c209286c03e9cc7')
@property