mail-filter/popfile: use https

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2024-03-09 17:13:10 +01:00 committed by Conrad Kostecki
parent 5a246585c0
commit 342d1d5161
No known key found for this signature in database
GPG Key ID: 7A96AB564BF498FB
1 changed files with 3 additions and 3 deletions

View File

@ -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"