diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-07 19:46:53 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-13 13:55:08 -0400 |
commit | e3dad3c4e6db7b9402ff229eb62e66be209d4254 (patch) | |
tree | a9e8b5ce32e97e31a4bf49c540907fc1c1b698d8 /sys-libs/readline/readline-6.3_p8-r3.ebuild | |
parent | app-admin/graylog2: fix HOMEPAGE (diff) | |
download | gentoo-e3dad3c4e6db7b9402ff229eb62e66be209d4254.tar.gz gentoo-e3dad3c4e6db7b9402ff229eb62e66be209d4254.tar.bz2 gentoo-e3dad3c4e6db7b9402ff229eb62e66be209d4254.zip |
sys-libs/readline: fix HOMEPAGE, use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11931
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sys-libs/readline/readline-6.3_p8-r3.ebuild')
-rw-r--r-- | sys-libs/readline/readline-6.3_p8-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/readline/readline-6.3_p8-r3.ebuild b/sys-libs/readline/readline-6.3_p8-r3.ebuild index a32a91934d8f..401483b68981 100644 --- a/sys-libs/readline/readline-6.3_p8-r3.ebuild +++ b/sys-libs/readline/readline-6.3_p8-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -28,7 +28,7 @@ patches() { } DESCRIPTION="Another cute console display library" -HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" +HOMEPAGE="https://tiswww.case.edu/php/chet/readline/rltop.html" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz $(patches)" LICENSE="GPL-3" |