bml: fix homepage (#4918)

This commit is contained in:
Christoph Junghans 2017-07-27 15:07:47 -06:00 committed by Adam J. Stewart
parent 6bdc373100
commit 78d7587c93

View File

@ -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')