diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-11-18 17:13:02 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-11-18 17:15:18 -0600 |
commit | ff7d258bf8f8b796df24fbed51ae7bbe4539d0c3 (patch) | |
tree | 985d4bf20aba56f27894de310ec145a2f93c1200 /gui-libs/wlroots | |
parent | sys-auth/elogind: 246.10-r2: introduce cgroup-hybrid. (diff) | |
download | gentoo-ff7d258bf8f8b796df24fbed51ae7bbe4539d0c3.tar.gz gentoo-ff7d258bf8f8b796df24fbed51ae7bbe4539d0c3.tar.bz2 gentoo-ff7d258bf8f8b796df24fbed51ae7bbe4539d0c3.zip |
gui-libs/wlroots: update upstream to freedesktop
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-libs/wlroots')
-rw-r--r-- | gui-libs/wlroots/metadata.xml | 6 | ||||
-rw-r--r-- | 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>sir@cmpwn.com</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 |