diff options
author | 2017-08-30 10:11:40 +0200 | |
---|---|---|
committer | 2017-08-30 13:38:30 +0200 | |
commit | 25ea733f4855ea001c45401db96bf0866e276bdc (patch) | |
tree | ed3e0fb68a4a4697c99a59814b07251a624c803a /sys-apps/fwupd/fwupd-0.9.6.ebuild | |
parent | sys-apps/gptfdisk: HOMEPAGE to use https (diff) | |
download | gentoo-25ea733f4855ea001c45401db96bf0866e276bdc.tar.gz gentoo-25ea733f4855ea001c45401db96bf0866e276bdc.tar.bz2 gentoo-25ea733f4855ea001c45401db96bf0866e276bdc.zip |
sys-apps/fwupd: HOMEPAGE to use https
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5556
Diffstat (limited to 'sys-apps/fwupd/fwupd-0.9.6.ebuild')
-rw-r--r-- | sys-apps/fwupd/fwupd-0.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/fwupd/fwupd-0.9.6.ebuild b/sys-apps/fwupd/fwupd-0.9.6.ebuild index 56caf6635a2d..19962f03252f 100644 --- a/sys-apps/fwupd/fwupd-0.9.6.ebuild +++ b/sys-apps/fwupd/fwupd-0.9.6.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) inherit meson python-single-r1 xdg-utils DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and reliable" -HOMEPAGE="http://www.fwupd.org" +HOMEPAGE="https://fwupd.org" SRC_URI="https://github.com/hughsie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" |