diff options
author | 2015-08-24 15:20:31 +0200 | |
---|---|---|
committer | 2015-08-24 15:41:49 +0200 | |
commit | f0f7c6170c37edbc61a1c8581a64e60923aa6c5b (patch) | |
tree | 58f270897c87287826c8a209ba30c788cbccd871 /sys-apps/kexec-tools/kexec-tools-9999.ebuild | |
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/kexec-tools/kexec-tools-9999.ebuild')
-rw-r--r-- | sys-apps/kexec-tools/kexec-tools-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/kexec-tools/kexec-tools-9999.ebuild b/sys-apps/kexec-tools/kexec-tools-9999.ebuild index 4eb6a9c067b..008925c94fd 100644 --- a/sys-apps/kexec-tools/kexec-tools-9999.ebuild +++ b/sys-apps/kexec-tools/kexec-tools-9999.ebuild @@ -9,7 +9,7 @@ AUTOTOOLS_AUTORECONF=true inherit autotools-utils linux-info systemd git-r3 DESCRIPTION="Load another kernel from the currently executing Linux kernel" -HOMEPAGE="http://kernel.org/pub/linux/utils/kernel/kexec/" +HOMEPAGE="https://kernel.org/pub/linux/utils/kernel/kexec/" SRC_URI="" EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git" |