cardioid: fix homepage (#36099)

This commit is contained in:
Robert Blake 2023-03-15 01:19:34 -07:00 committed by GitHub
parent e58c84e63e
commit 0e295afb1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
class Cardioid(CMakePackage):
"""Cardiac simulation suite."""
homepage = "https://baasic.llnl.gov/comp-bio/cardioid-code.php"
homepage = "https://baasic.llnl.gov/comp-bio/cardioid-code"
git = "https://github.com/LLNL/cardioid.git"
maintainers("rblake-llnl")