commit: fc81f9fa2993d6401e512848eeac88bca934c8c1 Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me> AuthorDate: Wed Nov 29 06:29:30 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 29 06:37:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc81f9fa
gui-wm/dwl: fix last remnants of the old HOMEPAGE Fixes: 1fe91d18f06754d46bce87c3ead16d8021dfdf36 Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me> Closes: https://github.com/gentoo/gentoo/pull/34039 Signed-off-by: Sam James <sam <AT> gentoo.org> gui-wm/dwl/dwl-9999-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-wm/dwl/dwl-9999-r1.ebuild b/gui-wm/dwl/dwl-9999-r1.ebuild index 2dfac78c8749..4c1020cf5d30 100644 --- a/gui-wm/dwl/dwl-9999-r1.ebuild +++ b/gui-wm/dwl/dwl-9999-r1.ebuild @@ -8,7 +8,7 @@ inherit savedconfig toolchain-funcs MY_P="${PN}-v${PV}" WLROOTS_SLOT="0/18" if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://github.com/djpohly/dwl" + EGIT_REPO_URI="https://codeberg.org/dwl/dwl.git" inherit git-r3 # 9999-r0: main (latest stable wlroots release) @@ -29,7 +29,7 @@ else fi DESCRIPTION="dwm for Wayland" -HOMEPAGE="https://github.com/djpohly/dwl" +HOMEPAGE="https://codeberg.org/dwl/dwl" LICENSE="CC0-1.0 GPL-3+ MIT" SLOT="0"
