diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-06-29 00:31:05 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-07-03 17:04:24 -0400 |
commit | 46638ab9486089411786f0bd96a3e0a9297d540c (patch) | |
tree | 2a9ec17e2a849b43221e2b6240c80183d5a7cad3 /x11-wm | |
parent | media-sound/gmusicbrowser: Drop inactive proxied maintainer (diff) | |
download | gentoo-46638ab9486089411786f0bd96a3e0a9297d540c.tar.gz gentoo-46638ab9486089411786f0bd96a3e0a9297d540c.tar.bz2 gentoo-46638ab9486089411786f0bd96a3e0a9297d540c.zip |
x11-wm/page: Fix HOMEPAGE
For some reason monsieurp fixed the HOMEPAGE only in an old version of
the ebuild in commit 5810217300f5.
Closes: https://github.com/gentoo/gentoo/pull/26129
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/page/page-1.9.9-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/page/page-1.9.9-r4.ebuild b/x11-wm/page/page-1.9.9-r4.ebuild index f486626b160b..6f84a55fe81d 100644 --- a/x11-wm/page/page-1.9.9-r4.ebuild +++ b/x11-wm/page/page-1.9.9-r4.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit autotools DESCRIPTION="A mouse friendly tiling window manager" -HOMEPAGE="https://www.hzog.net/index.php/Main_Page" +HOMEPAGE="https://github.com/gschwind/page" SRC_URI="http://www.hzog.net/pub/${PN}-1.9.9-r1.tar.gz" LICENSE="GPL-3" |