Use https, not ssh, for AMS git clones (#44669)
This commit is contained in:
parent
ddcf1a4b2e
commit
a49b2f4f16
@ -10,7 +10,7 @@ class Ams(CMakePackage, CudaPackage):
|
|||||||
"""AMS Autonomous Multiscale Framework."""
|
"""AMS Autonomous Multiscale Framework."""
|
||||||
|
|
||||||
homepage = "https://github.com/LLNL/AMS"
|
homepage = "https://github.com/LLNL/AMS"
|
||||||
git = "git@github.com:LLNL/AMS.git"
|
git = "https://github.com/LLNL/AMS.git"
|
||||||
|
|
||||||
maintainers("koparasy", "lpottier")
|
maintainers("koparasy", "lpottier")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user