sys-auth/rtkit: use HTTPS in all ebuilds

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2020-03-13 14:28:31 +01:00
parent fc5f59cf4c
commit ed3d8e2cc6
2 changed files with 5 additions and 5 deletions

View File

@@ -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"

View File

@@ -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"