diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-27 15:22:47 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-27 12:08:59 -0400 |
commit | d21ef2fd44c0172ebcff5ada2aa17c3163501f8d (patch) | |
tree | 5302b094b406b3c524120f0b5b9c15594ac4eb3f /sys-apps/hwinfo | |
parent | dev-util/wiggle: use HTTPs (diff) | |
download | gentoo-d21ef2fd44c0172ebcff5ada2aa17c3163501f8d.tar.gz gentoo-d21ef2fd44c0172ebcff5ada2aa17c3163501f8d.tar.bz2 gentoo-d21ef2fd44c0172ebcff5ada2aa17c3163501f8d.zip |
sys-apps/hwinfo: use HTTPs
Diffstat (limited to 'sys-apps/hwinfo')
-rw-r--r-- | sys-apps/hwinfo/hwinfo-21.23.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/hwinfo/hwinfo-21.4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/hwinfo/hwinfo-21.23.ebuild b/sys-apps/hwinfo/hwinfo-21.23.ebuild index db0fc04cefec..0306e9299fe1 100644 --- a/sys-apps/hwinfo/hwinfo-21.23.ebuild +++ b/sys-apps/hwinfo/hwinfo-21.23.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit multilib rpm toolchain-funcs DESCRIPTION="Hardware detection tool used in SuSE Linux" -HOMEPAGE="http://www.opensuse.org/" +HOMEPAGE="https://www.opensuse.org/" SRC_URI="http://download.opensuse.org/source/factory/repo/oss/suse/src/${P}-1.2.src.rpm" LICENSE="GPL-2" diff --git a/sys-apps/hwinfo/hwinfo-21.4.ebuild b/sys-apps/hwinfo/hwinfo-21.4.ebuild index 5606bd11969c..1030cd638604 100644 --- a/sys-apps/hwinfo/hwinfo-21.4.ebuild +++ b/sys-apps/hwinfo/hwinfo-21.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit multilib rpm toolchain-funcs DESCRIPTION="hardware detection tool used in SuSE Linux" -HOMEPAGE="http://www.opensuse.org/" +HOMEPAGE="https://www.opensuse.org/" SRC_URI="http://download.opensuse.org/source/factory/repo/oss/suse/src/${P}-1.1.src.rpm" LICENSE="GPL-2" |