diff --git a/gui-libs/wlroots/metadata.xml b/gui-libs/wlroots/metadata.xml index 1c86adb5d1fc1..b0cb5de764b0c 100644 --- a/gui-libs/wlroots/metadata.xml +++ b/gui-libs/wlroots/metadata.xml @@ -31,8 +31,8 @@ sir@cmpwn.com Drew DeVault - https://github.com/swaywm/wlroots/issues - https://github.com/swaywm/wlroots/wiki - https://github.com/swaywm/wlroots/releases + https://gitlab.freedesktop.org/wlroots/wlroots/-/issues + https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/home + https://gitlab.freedesktop.org/wlroots/wlroots/-/releases diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index 53e54f07ae88a..bcb8d4e4f7214 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -6,10 +6,10 @@ EAPI=7 inherit meson DESCRIPTION="Pluggable, composable, unopinionated modules for building a Wayland compositor" -HOMEPAGE="https://github.com/swaywm/wlroots" +HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlroots" if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://github.com/swaywm/${PN}.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/${PN}/${PN}.git" inherit git-r3 SLOT="0/9999" else