aboutsummaryrefslogtreecommitdiffstats
path: root/gui-wm/cage/cage-9999.ebuild
diff options
context:
space:
mode:
authorturret <turret@duck.com>2023-06-12 18:46:28 -0500
committerturret <turret@duck.com>2023-06-12 18:46:28 -0500
commit8e7ddc68df7b7104b7b40b6f20bd858097d7e995 (patch)
tree1b96e2c76263a66a4e87c53a5625a33b67fe9523 /gui-wm/cage/cage-9999.ebuild
parent80c168e9e5ecb31ea58c95a80311b9c18d3b6bc9 (diff)
downloadportage-overlay-8e7ddc68df7b7104b7b40b6f20bd858097d7e995.tar.gz
portage-overlay-8e7ddc68df7b7104b7b40b6f20bd858097d7e995.tar.bz2
portage-overlay-8e7ddc68df7b7104b7b40b6f20bd858097d7e995.zip
gui-wm/cage: fix repository after owner change
Diffstat (limited to 'gui-wm/cage/cage-9999.ebuild')
-rw-r--r--gui-wm/cage/cage-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui-wm/cage/cage-9999.ebuild b/gui-wm/cage/cage-9999.ebuild
index b463a12..f035037 100644
--- a/gui-wm/cage/cage-9999.ebuild
+++ b/gui-wm/cage/cage-9999.ebuild
@@ -8,14 +8,14 @@ inherit meson
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
- EGIT_REPO_URI="https://github.com/Hjdskes/cage"
+ EGIT_REPO_URI="https://github.com/cage-kiosk/cage"
else
- SRC_URI="https://github.com/Hjdskes/cage/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/cage-kiosk/cage/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="A Wayland kiosk"
-HOMEPAGE="https://www.hjdskes.nl/projects/cage/ https://github.com/Hjdskes/cage"
+HOMEPAGE="https://www.hjdskes.nl/projects/cage/ https://github.com/cage-kiosk/cage"
LICENSE="MIT"
SLOT="0"