diff options
author | Vanessasaurus <814322+vsoch@users.noreply.github.com> | 2021-08-27 01:16:46 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 01:16:46 -0600 |
commit | 1113705080f8acb1634325b2fcdd0998d75a96fd (patch) | |
tree | 9c1c999b973b4d42e10441d341f72fb6a6a788a2 /var/spack/repos/builtin/packages/bml/package.py | |
parent | c3dabf05f477dd1366f3df0a418466f3e766cd11 (diff) | |
download | spack-1113705080f8acb1634325b2fcdd0998d75a96fd.tar.gz spack-1113705080f8acb1634325b2fcdd0998d75a96fd.tar.bz2 spack-1113705080f8acb1634325b2fcdd0998d75a96fd.tar.xz spack-1113705080f8acb1634325b2fcdd0998d75a96fd.zip |
adding remainder of issues from repology problems (#25653)
some of these are not resolvable in that there is only an http page
available, or a page reported as broken is actually ok, or a page has
an SSL error that does not prevent one from visiting (and no good replacement)
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Co-authored-by: vsoch <vsoch@users.noreply.github.com>
Diffstat (limited to 'var/spack/repos/builtin/packages/bml/package.py')
-rw-r--r-- | var/spack/repos/builtin/packages/bml/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/bml/package.py b/var/spack/repos/builtin/packages/bml/package.py index b3c021315b..d7ec3678f9 100644 --- a/var/spack/repos/builtin/packages/bml/package.py +++ b/var/spack/repos/builtin/packages/bml/package.py @@ -11,7 +11,7 @@ class Bml(CMakePackage): formats (in dense and sparse) and their associated algorithms for basic matrix operations.""" - homepage = "http://lanl.github.io/bml/" + homepage = "https://lanl.github.io/bml/" url = "https://github.com/lanl/bml/tarball/v1.2.2" git = "https://github.com/lanl/bml.git" |