diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-09 17:13:10 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:16 +0100 |
commit | 342d1d51615fcb290f8f36b215cd6738bffadb00 (patch) | |
tree | bcc82c34bde1609f677e0ec03478b1de94c01401 /mail-filter | |
parent | games-misc/sound-of-sorting: use https (diff) | |
download | gentoo-342d1d51615fcb290f8f36b215cd6738bffadb00.tar.gz gentoo-342d1d51615fcb290f8f36b215cd6738bffadb00.tar.bz2 gentoo-342d1d51615fcb290f8f36b215cd6738bffadb00.zip |
mail-filter/popfile: use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/popfile/popfile-1.1.3-r1.ebuild | 6 |
1 files 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" |