diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-08-07 17:57:16 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-08-07 21:32:38 +0200 |
commit | 79c85b7bc664cc7e88c6627a2de434cc1665dbc0 (patch) | |
tree | b5c7e6d88276b12076ddf05afa8707efd6712dcc /net-mail | |
parent | net-mail/mess822: Fix modern C and other issues (diff) | |
download | gentoo-79c85b7bc664cc7e88c6627a2de434cc1665dbc0.tar.gz gentoo-79c85b7bc664cc7e88c6627a2de434cc1665dbc0.tar.bz2 gentoo-79c85b7bc664cc7e88c6627a2de434cc1665dbc0.zip |
net-mail/mess822: update HOMEPAGE, SRC_URI
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mess822/mess822-0.58-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/mess822/mess822-0.58-r3.ebuild b/net-mail/mess822/mess822-0.58-r3.ebuild index 38d224864552..4c134793ee62 100644 --- a/net-mail/mess822/mess822-0.58-r3.ebuild +++ b/net-mail/mess822/mess822-0.58-r3.ebuild @@ -6,9 +6,9 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="Collection of utilities for parsing Internet mail messages" -HOMEPAGE="http://cr.yp.to/mess822.html" +HOMEPAGE="https://cr.yp.to/mess822.html" SRC_URI=" - http://cr.yp.to/software/${P}.tar.gz + https://cr.yp.to/software/${P}.tar.gz https://dev.gentoo.org/~arkamar/distfiles/${P}-modern-compilers.patch.xz " |