Use https, not ssh, for AMS git clones (#44669)
This commit is contained in:
		| @@ -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") | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nuno Nobre
					Nuno Nobre