summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/coinhsl/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/coinhsl/package.py')
-rw-r--r--var/spack/repos/builtin/packages/coinhsl/package.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/coinhsl/package.py b/var/spack/repos/builtin/packages/coinhsl/package.py
index 4c2a7ee942..9ea6b73581 100644
--- a/var/spack/repos/builtin/packages/coinhsl/package.py
+++ b/var/spack/repos/builtin/packages/coinhsl/package.py
@@ -19,7 +19,7 @@ class Coinhsl(AutotoolsPackage):
of CoinHSL yourself. Spack will search your current directory for
the download file. Alternatively, add this file to a mirror so
that Spack can find it. For instructions on how to set up a
- mirror, see http://spack.readthedocs.io/en/latest/mirrors.html"""
+ mirror, see https://spack.readthedocs.io/en/latest/mirrors.html"""
# NOTE(oxberry1@llnl.gov): an HTTPS version of the URL below does not
# exist
@@ -33,13 +33,13 @@ class Coinhsl(AutotoolsPackage):
# Version 2019.05.21 is a full-featured "release candidate"
# version available via an "academic license" that can be used for
# personal teaching and research purposes only. For a full list of
- # conditions, see http://www.hsl.rl.ac.uk/academic.html.
+ # conditions, see https://www.hsl.rl.ac.uk/academic.html.
version('2019.05.21', sha256='95ce1160f0b013151a3e25d40337775c760a8f3a79d801a1d190598bf4e4c0c3')
# Version 2015.06.23 is a full-featured "stable"
# version available via an "academic license" that can be used for
# personal teaching and research purposes only. For a full list of
- # conditions, see http://www.hsl.rl.ac.uk/academic.html.
+ # conditions, see https://www.hsl.rl.ac.uk/academic.html.
version('2015.06.23', sha256='3e955a2072f669b8f357ae746531b37aea921552e415dc219a5dd13577575fb3',
preferred=True)