readline: Fix homepage (#16403)

This commit is contained in:
Michael Kuhn 2020-04-30 22:12:38 +02:00 committed by GitHub
parent 9920684600
commit efbd8c1555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ class Readline(AutotoolsPackage, GNUMirrorPackage):
command lines, to recall and perhaps reedit those lines, and perform command lines, to recall and perhaps reedit those lines, and perform
csh-like history expansion on previous commands.""" csh-like history expansion on previous commands."""
homepage = "http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" homepage = "https://tiswww.case.edu/php/chet/readline/rltop.html"
# URL must remain http:// so Spack can bootstrap curl # URL must remain http:// so Spack can bootstrap curl
gnu_mirror_path = "readline/readline-8.0.tar.gz" gnu_mirror_path = "readline/readline-8.0.tar.gz"