update URLs for Laghos and MACSio (#9351)

This commit is contained in:
Abhinav Bhatele 2018-09-26 16:22:05 -07:00 committed by Christoph Junghans
parent 4be8ae2b70
commit d5cdb1a2a7
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ class Laghos(MakefilePackage):
"""
tags = ['proxy-app', 'ecp-proxy-app']
homepage = "https://github.com/CEED/Laghos"
homepage = "https://computation.llnl.gov/projects/co-design/laghos"
url = "https://github.com/CEED/Laghos/archive/v1.0.tar.gz"
git = "https://github.com/CEED/Laghos.git"

View File

@ -30,7 +30,7 @@ class Macsio(CMakePackage):
tags = ['proxy-app', 'ecp-proxy-app']
homepage = "http://llnl.github.io/MACSio"
homepage = "https://computation.llnl.gov/projects/co-design/macsio"
url = "https://github.com/LLNL/MACSio/archive/1.0.tar.gz"
git = "https://github.com/LLNL/MACSio.git"