Substitue ftp:// with http:// (#3491)

This commit is contained in:
健美猫 2017-03-19 23:11:06 +08:00 committed by Adam J. Stewart
parent 14c181e480
commit fb248f17fb

View File

@ -29,7 +29,7 @@ class Mawk(AutotoolsPackage):
"""mawk is an interpreter for the AWK Programming Language."""
homepage = "http://invisible-island.net/mawk/mawk.html"
url = "ftp://invisible-island.net/mawk/mawk-1.3.4.tgz"
url = "http://invisible-mirror.net/archives/mawk/mawk-1.3.4.tgz"
version('1.3.4', 'b1d27324ae80302452d0fa0c98447b65')