From 7a630e467096c1cce3e787ed294db0a99d02092c Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 1 Feb 2019 15:54:57 +0100 Subject: [PATCH] app-misc/recoll: use HTTPS Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/10959 Signed-off-by: Andreas Sturmlechner --- app-misc/recoll/recoll-1.24.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/recoll/recoll-1.24.1.ebuild b/app-misc/recoll/recoll-1.24.1.ebuild index 8029a864e67f..3d326d8297b0 100644 --- a/app-misc/recoll/recoll-1.24.1.ebuild +++ b/app-misc/recoll/recoll-1.24.1.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=6 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils linux-info python-single-r1 qmake-utils DESCRIPTION="A personal full text search package" -HOMEPAGE="http://www.lesbonscomptes.com/recoll/" -SRC_URI="http://www.lesbonscomptes.com/recoll/${P}.tar.gz" +HOMEPAGE="https://www.lesbonscomptes.com/recoll/" +SRC_URI="https://www.lesbonscomptes.com/recoll/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -- 2.26.2