summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/med/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/med/package.py')
-rw-r--r--var/spack/repos/builtin/packages/med/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/med/package.py b/var/spack/repos/builtin/packages/med/package.py
index 453af1b6cf..fe8944a3eb 100644
--- a/var/spack/repos/builtin/packages/med/package.py
+++ b/var/spack/repos/builtin/packages/med/package.py
@@ -9,7 +9,7 @@ from spack import *
class Med(CMakePackage):
"""The MED file format is a specialization of the HDF5 standard."""
- homepage = "http://docs.salome-platform.org/latest/dev/MEDCoupling/med-file.html"
+ homepage = "https://docs.salome-platform.org/latest/dev/MEDCoupling/med-file.html"
url = "https://files.salome-platform.org/Salome/other/med-3.2.0.tar.gz"
maintainers = ['likask']