diff options
author | 2020-05-09 12:51:55 +0200 | |
---|---|---|
committer | 2020-05-09 13:16:17 +0200 | |
commit | f4d5d92bf17d4a06d83b3ec3491c3a3d281f95bf (patch) | |
tree | bbcc7d87253468dce01a4ef9bb2dd44a8644bcc7 /sys-auth | |
parent | sys-auth/rtkit: remove old (diff) | |
download | gentoo-f4d5d92bf17d4a06d83b3ec3491c3a3d281f95bf.tar.gz gentoo-f4d5d92bf17d4a06d83b3ec3491c3a3d281f95bf.tar.bz2 gentoo-f4d5d92bf17d4a06d83b3ec3491c3a3d281f95bf.zip |
sys-auth/rtkit: update HOMEPAGE
Even though to the best of my knowledge there still hasn't been an
official change of ownership of this package, Lennart's page about
RealtimeKit has disappeared some time since early April. Use the front
page of the GitHub project from which we get release tarballs instead.
Closes: https://bugs.gentoo.org/721162
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/rtkit/rtkit-0.12-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/rtkit/rtkit-0.13-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/rtkit/rtkit-0.12-r1.ebuild b/sys-auth/rtkit/rtkit-0.12-r1.ebuild index 0a9b0e6fea7..f882e95fc82 100644 --- a/sys-auth/rtkit/rtkit-0.12-r1.ebuild +++ b/sys-auth/rtkit/rtkit-0.12-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools linux-info DESCRIPTION="Realtime Policy and Watchdog Daemon" -HOMEPAGE="https://0pointer.de/blog/projects/rtkit" +HOMEPAGE="https://github.com/heftig/rtkit" SRC_URI="https://github.com/heftig/${PN}/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-3 BSD" diff --git a/sys-auth/rtkit/rtkit-0.13-r1.ebuild b/sys-auth/rtkit/rtkit-0.13-r1.ebuild index 61c97841c75..feb00a84753 100644 --- a/sys-auth/rtkit/rtkit-0.13-r1.ebuild +++ b/sys-auth/rtkit/rtkit-0.13-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit linux-info meson DESCRIPTION="Realtime Policy and Watchdog Daemon" -HOMEPAGE="https://0pointer.de/blog/projects/rtkit" +HOMEPAGE="https://github.com/heftig/rtkit" SRC_URI="https://github.com/heftig/${PN}/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-3 BSD" |