Fixed url for SLEPc package (#15257)
* Fixed url for SLEPc package * Fixed homepage url for SLEPc package
This commit is contained in:
		| @@ -11,8 +11,8 @@ | ||||
| class Slepc(Package): | ||||
|     """Scalable Library for Eigenvalue Problem Computations.""" | ||||
| 
 | ||||
|     homepage = "http://slepc.upv.es" | ||||
|     url      = "http://slepc.upv.es/download/distrib/slepc-3.6.2.tar.gz" | ||||
|     homepage = "https://slepc.upv.es" | ||||
|     url      = "https://slepc.upv.es/download/distrib/slepc-3.6.2.tar.gz" | ||||
|     git      = "https://gitlab.com/slepc/slepc.git" | ||||
| 
 | ||||
|     maintainers = ['joseeroman', 'balay'] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Anwar Koshakji
					Anwar Koshakji