diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2024-01-28 12:17:27 +0100 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-02-17 18:18:14 -0500 |
commit | e26f224aad48202271423226618830930bfbabea (patch) | |
tree | 09010720d4da2a2707718d848642e9242650934d /net-mail | |
parent | sys-apps/ucspi-tcp: drop old (diff) | |
download | gentoo-e26f224aad48202271423226618830930bfbabea.tar.gz gentoo-e26f224aad48202271423226618830930bfbabea.tar.bz2 gentoo-e26f224aad48202271423226618830930bfbabea.zip |
net-mail/queue-fix: remove qmail mirror
Directly point to qmail.org URL without the qmail mirrors, this file is
small and cached on Gentoo infrastructure anyway.
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/queue-fix/queue-fix-1.4-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/queue-fix/queue-fix-1.4-r3.ebuild b/net-mail/queue-fix/queue-fix-1.4-r3.ebuild index 501095561066..a3139ec3bcce 100644 --- a/net-mail/queue-fix/queue-fix-1.4-r3.ebuild +++ b/net-mail/queue-fix/queue-fix-1.4-r3.ebuild @@ -8,7 +8,7 @@ inherit fixheadtails toolchain-funcs DESCRIPTION="Qmail Queue Repair Application with support for big-todo" HOMEPAGE="http://www.netmeridian.com/e-huss/" SRC_URI="http://www.netmeridian.com/e-huss/${P}.tar.gz - mirror://qmail/queue-fix-todo.patch" + http://qmail.org/queue-fix-todo.patch" LICENSE="all-rights-reserved public-domain" # includes code from qmail SLOT="0" |