commit: 9a0a63bc2713fece306c2383039650d332ef5a89 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Jun 7 17:12:57 2023 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Thu Jun 8 11:19:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0a63bc
dev-embedded/include: use HTTPS Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> dev-embedded/include/include-0.4.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-embedded/include/include-0.4.2.ebuild b/dev-embedded/include/include-0.4.2.ebuild index dfa827f0951c..4ea322985dfe 100644 --- a/dev-embedded/include/include-0.4.2.ebuild +++ b/dev-embedded/include/include-0.4.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="A collection of useful, independent include files for C/Assembler developers" -HOMEPAGE="http://openwince.sourceforge.net/include/" +HOMEPAGE="https://openwince.sourceforge.net/include/" SRC_URI="mirror://sourceforge/openwince/${P}.tar.bz2" LICENSE="BSD"
