diff options
author | 2023-11-29 00:29:30 -0600 | |
---|---|---|
committer | 2023-11-29 06:37:23 +0000 | |
commit | fc81f9fa2993d6401e512848eeac88bca934c8c1 (patch) | |
tree | 146f4da80d1636145a9c1db332a59afd2e63254b /gui-wm/dwl | |
parent | dev-python/mypy: Stabilize 1.7.0 ppc64, #917716 (diff) | |
download | gentoo-fc81f9fa2993d6401e512848eeac88bca934c8c1.tar.gz gentoo-fc81f9fa2993d6401e512848eeac88bca934c8c1.tar.bz2 gentoo-fc81f9fa2993d6401e512848eeac88bca934c8c1.zip |
gui-wm/dwl: fix last remnants of the old HOMEPAGE
Fixes: 1fe91d18f06754d46bce87c3ead16d8021dfdf36
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>
Diffstat (limited to 'gui-wm/dwl')
-rw-r--r-- | gui-wm/dwl/dwl-9999-r1.ebuild | 4 |
1 files 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" |