commit: cea25a5ec103b86df453a8e89a53713fca35d164 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed May 29 05:06:56 2019 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Wed May 29 21:02:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea25a5e
sys-firmware/firmware-imx: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12126 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> sys-firmware/firmware-imx/firmware-imx-5.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-firmware/firmware-imx/firmware-imx-5.4.ebuild b/sys-firmware/firmware-imx/firmware-imx-5.4.ebuild index ddd2096e89c..106878d131a 100644 --- a/sys-firmware/firmware-imx/firmware-imx-5.4.ebuild +++ b/sys-firmware/firmware-imx/firmware-imx-5.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="NXP i.MX firmware" -HOMEPAGE="http://www.timesys.com/" +HOMEPAGE="https://www.timesys.com/" SRC_URI="http://repository.timesys.com/buildsources/${PN:0:1}/${PN}/${P}/${P}.bin" LICENSE="LA_OPT_BASE_LICENSE" SLOT="0"
