ncview: Fix download URL (#5103)
This commit is contained in:
parent
b52e549758
commit
8d4dec7430
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue