diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2023-12-30 00:11:10 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2023-12-30 00:17:22 +0100 |
commit | 8931cd9c6e8d76e0f212635a83360d248f8faef8 (patch) | |
tree | bf13e79cb0bb21b05c95ad846a10c3b7578aac50 /net-mail/ripmime | |
parent | net-mail/ripmime: update LICENSE (diff) | |
download | gentoo-8931cd9c6e8d76e0f212635a83360d248f8faef8.tar.gz gentoo-8931cd9c6e8d76e0f212635a83360d248f8faef8.tar.bz2 gentoo-8931cd9c6e8d76e0f212635a83360d248f8faef8.zip |
net-mail/ripmime: use https in HOMEPAGE and SRC_URI
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-mail/ripmime')
-rw-r--r-- | net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild b/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild index 88ed098365cf..ca13adbd8647 100644 --- a/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild +++ b/net-mail/ripmime/ripmime-1.4.0.10-r1.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="extract attachment files out of a MIME-encoded email pack" -HOMEPAGE="http://pldaniels.com/ripmime/" -SRC_URI="http://www.pldaniels.com/ripmime/${P}.tar.gz" +HOMEPAGE="https://pldaniels.com/ripmime/" +SRC_URI="https://www.pldaniels.com/ripmime/${P}.tar.gz" LICENSE="BSD" SLOT="0" |