diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-12 16:50:30 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-11-13 19:33:58 +0100 |
commit | ad82ba2f778595d7e72261743875bfa7b7be3093 (patch) | |
tree | 7286831294c51518364060fa9f97fa923ea13d2a /app-shells/smrsh | |
parent | app-misc/pipeworks: use HTTPS, fix LICENSE (diff) | |
download | gentoo-ad82ba2f778595d7e72261743875bfa7b7be3093.tar.gz gentoo-ad82ba2f778595d7e72261743875bfa7b7be3093.tar.bz2 gentoo-ad82ba2f778595d7e72261743875bfa7b7be3093.zip |
app-shells/smrsh: update HOMEPAGE, SRC_URI
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28246
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-shells/smrsh')
-rw-r--r-- | app-shells/smrsh/smrsh-8.15.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/smrsh/smrsh-8.15.2.ebuild b/app-shells/smrsh/smrsh-8.15.2.ebuild index d253f8f3657c..369729b8d800 100644 --- a/app-shells/smrsh/smrsh-8.15.2.ebuild +++ b/app-shells/smrsh/smrsh-8.15.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Sendmail restricted shell, for use with MTAs other than Sendmail" -HOMEPAGE="http://www.sendmail.org/" -SRC_URI="ftp://ftp.fu-berlin.de/unix/mail/sendmail/sendmail.${PV}.tar.gz" +HOMEPAGE="https://www.proofpoint.com/us/products/email-protection/open-source-email-solution" +SRC_URI="https://ftp.sendmail.org/sendmail.${PV}.tar.gz" S="${WORKDIR}/sendmail-${PV}" LICENSE="Sendmail" |