diff options
author | Christoph Junghans <christoph.junghans@gmail.com> | 2017-07-27 15:07:47 -0600 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2017-07-27 16:07:47 -0500 |
commit | 78d7587c937b7bc711be0973a9f15a88b40446fa (patch) | |
tree | 5c0aede7fbc1110908a5b3bac8d11bd76aeee4dc /var | |
parent | 6bdc373100da03a775698f1cfdcdfd2fa401e88e (diff) | |
download | spack-78d7587c937b7bc711be0973a9f15a88b40446fa.tar.gz spack-78d7587c937b7bc711be0973a9f15a88b40446fa.tar.bz2 spack-78d7587c937b7bc711be0973a9f15a88b40446fa.tar.xz spack-78d7587c937b7bc711be0973a9f15a88b40446fa.zip |
bml: fix homepage (#4918)
Diffstat (limited to 'var')
-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 68e62032e4..1c91b6fff2 100644 --- a/var/spack/repos/builtin/packages/bml/package.py +++ b/var/spack/repos/builtin/packages/bml/package.py @@ -30,7 +30,7 @@ class Bml(CMakePackage): formats (in dense and sparse) and their associated algorithms for basic matrix operations.""" - homepage = "https://github.com/lanl/bml" + homepage = "http://lanl.github.io/bml/" url = "https://github.com/lanl/bml" version('develop', git='https://github.com/lanl/bml', branch='master') |