commit: ff7d258bf8f8b796df24fbed51ae7bbe4539d0c3
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 23:13:02 2021 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Nov 18 23:15:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7d258b
gui-libs/wlroots: update upstream to freedesktop
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
gui-libs/wlroots/metadata.xml | 6 +++---
gui-libs/wlroots/wlroots-9999.ebuild | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/gui-libs/wlroots/metadata.xml b/gui-libs/wlroots/metadata.xml
index 1c86adb5d1fc..b0cb5de764b0 100644
--- a/gui-libs/wlroots/metadata.xml
+++ b/gui-libs/wlroots/metadata.xml
@@ -31,8 +31,8 @@
<email>[email protected]</email>
<name>Drew DeVault</name>
</maintainer>
- <bugs-to>https://github.com/swaywm/wlroots/issues</bugs-to>
- <doc>https://github.com/swaywm/wlroots/wiki</doc>
-
<changelog>https://github.com/swaywm/wlroots/releases</changelog>
+
<bugs-to>https://gitlab.freedesktop.org/wlroots/wlroots/-/issues</bugs-to>
+
<doc>https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/home</doc>
+
<changelog>https://gitlab.freedesktop.org/wlroots/wlroots/-/releases</changelog>
</upstream>
</pkgmetadata>
diff --git a/gui-libs/wlroots/wlroots-9999.ebuild
b/gui-libs/wlroots/wlroots-9999.ebuild
index 53e54f07ae88..bcb8d4e4f721 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