diff options
author | Sam James <sam@gentoo.org> | 2024-06-21 16:01:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-21 16:02:20 +0100 |
commit | 62c9683856e1119bbf8aad225c16563ed0ec0539 (patch) | |
tree | dfabb29ab9c1c8c8c87595235a1562d51897ec47 /sys-auth | |
parent | sci-chemistry/threeV: EAPI 6 -> 8 (diff) | |
download | gentoo-62c9683856e1119bbf8aad225c16563ed0ec0539.tar.gz gentoo-62c9683856e1119bbf8aad225c16563ed0ec0539.tar.bz2 gentoo-62c9683856e1119bbf8aad225c16563ed0ec0539.zip |
sys-auth/polkit: update HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/polkit-123.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-124-r1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/polkit/polkit-123.ebuild b/sys-auth/polkit/polkit-123.ebuild index fae107ce5592..90054d01b766 100644 --- a/sys-auth/polkit/polkit-123.ebuild +++ b/sys-auth/polkit/polkit-123.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{10..11} ) inherit meson pam pax-utils python-any-r1 systemd xdg-utils DESCRIPTION="Policy framework for controlling privileges for system-wide services" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/polkit https://gitlab.freedesktop.org/polkit/polkit" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/polkit https://github.com/polkit-org/polkit" if [[ ${PV} == *_p* ]] ; then # Upstream don't make releases very often. Test snapshots throughly # and review commits, but don't shy away if there's useful stuff there diff --git a/sys-auth/polkit/polkit-124-r1.ebuild b/sys-auth/polkit/polkit-124-r1.ebuild index 93c8e6eaf48b..9bf6524a9b8a 100644 --- a/sys-auth/polkit/polkit-124-r1.ebuild +++ b/sys-auth/polkit/polkit-124-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{10..12} ) inherit meson pam pax-utils python-any-r1 systemd xdg-utils DESCRIPTION="Policy framework for controlling privileges for system-wide services" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/polkit https://gitlab.freedesktop.org/polkit/polkit" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/polkit https://github.com/polkit-org/polkit" if [[ ${PV} == *_p* ]] ; then # Upstream don't make releases very often. Test snapshots throughly # and review commits, but don't shy away if there's useful stuff there |