ncview: Fix download URL (#5103)

This commit is contained in:
Michael Kuhn 2017-08-15 23:52:34 +02:00 committed by Adam J. Stewart
parent b52e549758
commit 8d4dec7430

View file

@ -28,7 +28,7 @@
class Ncview(AutotoolsPackage):
"""Simple viewer for NetCDF files."""
homepage = "http://meteora.ucsd.edu/~pierce/ncview_home_page.html"
url = "https://fossies.org/linux/misc/ncview-2.1.7.tar.gz"
url = "ftp://cirrus.ucsd.edu/pub/ncview/ncview-2.1.7.tar.gz"
version('2.1.7', 'debd6ca61410aac3514e53122ab2ba07')