diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-29 07:06:56 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-05-29 22:02:56 +0100 |
commit | cea25a5ec103b86df453a8e89a53713fca35d164 (patch) | |
tree | ec0ce98cb2ff3578e6491676afe56783653de815 /sys-firmware | |
parent | app-text/scdoc: arm64 stable (diff) | |
download | gentoo-cea25a5ec103b86df453a8e89a53713fca35d164.tar.gz gentoo-cea25a5ec103b86df453a8e89a53713fca35d164.tar.bz2 gentoo-cea25a5ec103b86df453a8e89a53713fca35d164.zip |
sys-firmware/firmware-imx: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12126
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/firmware-imx/firmware-imx-5.4.ebuild | 4 |
1 files 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 ddd2096e89ce..106878d131a0 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" |