Use https, not ssh, for AMS git clones (#44669)

This commit is contained in:
Nuno Nobre 2024-06-11 21:53:27 +01:00 committed by GitHub
parent ddcf1a4b2e
commit a49b2f4f16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ class Ams(CMakePackage, CudaPackage):
"""AMS Autonomous Multiscale Framework."""
homepage = "https://github.com/LLNL/AMS"
git = "git@github.com:LLNL/AMS.git"
git = "https://github.com/LLNL/AMS.git"
maintainers("koparasy", "lpottier")