slepc: fix homepage URL (#10199)

This commit is contained in:
Satish Balay 2018-12-26 08:41:09 -06:00 committed by Adam J. Stewart
parent 28fd1baa86
commit 0f2f0deee7

View File

@ -11,7 +11,7 @@
class Slepc(Package):
"""Scalable Library for Eigenvalue Problem Computations."""
homepage = "http://www.grycap.upv.es/slepc"
homepage = "http://slepc.upv.es"
url = "http://slepc.upv.es/download/distrib/slepc-3.6.2.tar.gz"
git = "https://bitbucket.org/slepc/slepc.git"