diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-09 17:09:15 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:16 +0100 |
commit | 6871ecd0f2ae4c27afca360d85db942a7bf60def (patch) | |
tree | f838563434c3ea47bce56b4cb5e44b7231318ac1 /dev-libs/mimetic | |
parent | dev-libs/libnsfb: use https (diff) | |
download | gentoo-6871ecd0f2ae4c27afca360d85db942a7bf60def.tar.gz gentoo-6871ecd0f2ae4c27afca360d85db942a7bf60def.tar.bz2 gentoo-6871ecd0f2ae4c27afca360d85db942a7bf60def.zip |
dev-libs/mimetic: use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/mimetic')
-rw-r--r-- | dev-libs/mimetic/mimetic-0.9.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/mimetic/mimetic-0.9.8.ebuild b/dev-libs/mimetic/mimetic-0.9.8.ebuild index 218a91a27d15..0b546da4add4 100644 --- a/dev-libs/mimetic/mimetic-0.9.8.ebuild +++ b/dev-libs/mimetic/mimetic-0.9.8.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit autotools DESCRIPTION="C++ MIME library designed to be easy to use and integrate, fast and efficient" -HOMEPAGE="http://www.codesink.org/mimetic_mime_library.html" -SRC_URI="http://www.codesink.org/download/${P}.tar.gz" +HOMEPAGE="https://www.codesink.org/mimetic_mime_library.html" +SRC_URI="https://www.codesink.org/download/${P}.tar.gz" LICENSE="MIT" SLOT="0" |