Fixed url for SLEPc package (#15257)

* Fixed url for SLEPc package

* Fixed homepage url for SLEPc package
This commit is contained in:
Anwar Koshakji 2020-02-27 23:29:29 -05:00 committed by GitHub
parent c7d3dee2f7
commit 1616aa7119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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']