summaryrefslogtreecommitdiff
path: root/mail-filter/maildrop/maildrop-3.1.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'mail-filter/maildrop/maildrop-3.1.4.ebuild')
-rw-r--r--mail-filter/maildrop/maildrop-3.1.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail-filter/maildrop/maildrop-3.1.4.ebuild b/mail-filter/maildrop/maildrop-3.1.4.ebuild
index 982f08213236..d6f4de785bc9 100644
--- a/mail-filter/maildrop/maildrop-3.1.4.ebuild
+++ b/mail-filter/maildrop/maildrop-3.1.4.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit flag-o-matic autotools
DESCRIPTION="Mail delivery agent/filter"
-[[ -z ${PV/?.?/} ]] && SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
-[[ -z ${PV/?.?.?/} ]] && SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
+[[ -z ${PV/?.?/} ]] && SRC_URI="https://downloads.sourceforge.net/courier/${P}.tar.bz2"
+[[ -z ${PV/?.?.?/} ]] && SRC_URI="https://downloads.sourceforge.net/courier/${P}.tar.bz2"
[[ -z ${SRC_URI} ]] && SRC_URI="https://www.courier-mta.org/beta/${PN}/${P%%_pre}.tar.bz2"
HOMEPAGE="https://www.courier-mta.org/maildrop/"