commit: f994bf48b7f457812363234c2ba24bf625eedc89 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Jun 5 10:07:02 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Jun 5 10:50:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f994bf48
dev-libs/editline: use https:// in HOMEPAGE Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-libs/editline/editline-1.17.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/editline/editline-1.17.1.ebuild b/dev-libs/editline/editline-1.17.1.ebuild index 2846c63aa39..eed9640bbec 100644 --- a/dev-libs/editline/editline-1.17.1.ebuild +++ b/dev-libs/editline/editline-1.17.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="line editing library for UNIX call compatible with the FSF readline" -HOMEPAGE="http://troglobit.com/projects/editline/" +HOMEPAGE="https://troglobit.com/projects/editline/" SRC_URI="https://github.com/troglobit/editline/releases/download/${PV}/${P}.tar.xz" LICENSE="Apache-2.0"
