diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:20:31 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:49 +0200 |
commit | f0f7c6170c37edbc61a1c8581a64e60923aa6c5b (patch) | |
tree | 58f270897c87287826c8a209ba30c788cbccd871 /sys-apps/msr-tools | |
parent | dev-java/vecmath: Version bump. Fixes bug 558552. (diff) | |
download | gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.tar.gz gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.tar.bz2 gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.zip |
Use https for kernel.org and redhat.com
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-apps/msr-tools')
-rw-r--r-- | sys-apps/msr-tools/msr-tools-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/msr-tools/msr-tools-1.2.ebuild b/sys-apps/msr-tools/msr-tools-1.2.ebuild index 65c91d7e431a..b87dc92ebef7 100644 --- a/sys-apps/msr-tools/msr-tools-1.2.ebuild +++ b/sys-apps/msr-tools/msr-tools-1.2.ebuild @@ -9,7 +9,7 @@ DEB_P="msr-tools_1.2-3" inherit eutils linux-info toolchain-funcs DESCRIPTION="Utilities allowing the read and write of CPU model-specific registers (MSR)" -HOMEPAGE="http://www.kernel.org/pub/linux/utils/cpu/msr-tools/" +HOMEPAGE="https://www.kernel.org/pub/linux/utils/cpu/msr-tools/" SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.gz mirror://debian/pool/main/m/${PN}/${DEB_P}.diff.gz" LICENSE="GPL-2" |