mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gui-wm/dwl: fix last remnants of the old HOMEPAGE
Fixes: 1fe91d18f0
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Closes: https://github.com/gentoo/gentoo/pull/34039
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
72e7ed8b05
commit
fc81f9fa29
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user