From 342d1d51615fcb290f8f36b215cd6738bffadb00 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 9 Mar 2024 17:13:10 +0100 Subject: mail-filter/popfile: use https Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- mail-filter/popfile/popfile-1.1.3-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail-filter/popfile/popfile-1.1.3-r1.ebuild b/mail-filter/popfile/popfile-1.1.3-r1.ebuild index 2c9cd804d0ec..90cdd61c3f20 100644 --- a/mail-filter/popfile/popfile-1.1.3-r1.ebuild +++ b/mail-filter/popfile/popfile-1.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,8 +6,8 @@ EAPI=8 inherit edos2unix DESCRIPTION="Anti-spam bayesian filter" -HOMEPAGE="http://getpopfile.org" -SRC_URI="http://getpopfile.org/downloads/${P}.zip" +HOMEPAGE="https://getpopfile.org" +SRC_URI="https://getpopfile.org/downloads/${P}.zip" S="${WORKDIR}" LICENSE="GPL-2" -- cgit v1.2.3-65-gdbad