From ed3d8e2cc6ba60fd8d0f687eb2e7d04e6ea10a1f Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Fri, 13 Mar 2020 14:28:31 +0100 Subject: sys-auth/rtkit: use HTTPS in all ebuilds Signed-off-by: Marek Szuba --- sys-auth/rtkit/rtkit-0.11-r2.ebuild | 4 ++-- sys-auth/rtkit/rtkit-0.11-r3.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sys-auth/rtkit') diff --git a/sys-auth/rtkit/rtkit-0.11-r2.ebuild b/sys-auth/rtkit/rtkit-0.11-r2.ebuild index f4db25801e9f..01562410aef7 100644 --- a/sys-auth/rtkit/rtkit-0.11-r2.ebuild +++ b/sys-auth/rtkit/rtkit-0.11-r2.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit eutils systemd user autotools linux-info DESCRIPTION="Realtime Policy and Watchdog Daemon" -HOMEPAGE="http://0pointer.de/blog/projects/rtkit" -SRC_URI="http://0pointer.de/public/${P}.tar.xz" +HOMEPAGE="https://0pointer.de/blog/projects/rtkit" +SRC_URI="https://0pointer.de/public/${P}.tar.xz" LICENSE="GPL-3 BSD" SLOT="0" diff --git a/sys-auth/rtkit/rtkit-0.11-r3.ebuild b/sys-auth/rtkit/rtkit-0.11-r3.ebuild index 72a36d770d01..d11ce72f4f07 100644 --- a/sys-auth/rtkit/rtkit-0.11-r3.ebuild +++ b/sys-auth/rtkit/rtkit-0.11-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit eutils systemd autotools linux-info DESCRIPTION="Realtime Policy and Watchdog Daemon" -HOMEPAGE="http://0pointer.de/blog/projects/rtkit" -SRC_URI="http://0pointer.de/public/${P}.tar.xz" +HOMEPAGE="https://0pointer.de/blog/projects/rtkit" +SRC_URI="https://0pointer.de/public/${P}.tar.xz" LICENSE="GPL-3 BSD" SLOT="0" -- cgit v1.2.3-65-gdbad