goblin-hmc-sim: add main branch, switch maintainer (#42033)

* goblin-hmc-sim: add main branch

* goblin-hmc-sim: switch maintainer
This commit is contained in:
Eric Berquist 2024-01-10 15:05:09 -05:00 committed by GitHub
parent e05d47a85f
commit 8ae86fc58f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,11 +20,13 @@ class GoblinHmcSim(MakefilePackage):
# For some reason .o files get thrashed inside Spack
parallel = False
maintainers("jjwilke")
maintainers("berquist")
license("BSD-2-Clause")
version("8.0.0", sha256="8a5e6b701865a581f15965d3ddd8c7d301b15f4b63543c444058e9c3688fd2c8")
version("main", branch="main")
def install(self, spec, prefix):
install_tree(".", prefix)