commit: 2802c7caff5ae7bb7adc132ef1e9c76d6398a79d Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Sat Dec 30 17:37:57 2023 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Sat Dec 30 17:42:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2802c7ca
dev-libs/libmba: use https for HOMEPAGE and SRC_URI Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> dev-libs/libmba/libmba-0.9.1-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libmba/libmba-0.9.1-r5.ebuild b/dev-libs/libmba/libmba-0.9.1-r5.ebuild index 8d0d779f13cc..541e3e798838 100644 --- a/dev-libs/libmba/libmba-0.9.1-r5.ebuild +++ b/dev-libs/libmba/libmba-0.9.1-r5.ebuild @@ -7,8 +7,8 @@ inherit flag-o-matic toolchain-funcs DESCRIPTION="A library of generic C modules" LICENSE="MIT" -HOMEPAGE="http://www.ioplex.com/~miallen/libmba/" -SRC_URI="http://www.ioplex.com/~miallen/libmba/dl/${P}.tar.gz" +HOMEPAGE="https://www.ioplex.com/~miallen/libmba/" +SRC_URI="https://www.ioplex.com/~miallen/libmba/dl/${P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~x86"
