mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-auth/rtkit: use HTTPS in all ebuilds
Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user