diff options
author | Sebastian Pipping <sping@gentoo.org> | 2023-10-13 21:29:02 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2023-10-13 21:29:02 +0200 |
commit | bccdd14943c2d69639370386ac5249067cff5960 (patch) | |
tree | a027986fb9b45fe82f902e0c9245077df305e1d1 /x11-misc | |
parent | app-emacs/gnuserv: Drop obsolete elisp code (diff) | |
download | gentoo-bccdd14943c2d69639370386ac5249067cff5960.tar.gz gentoo-bccdd14943c2d69639370386ac5249067cff5960.tar.bz2 gentoo-bccdd14943c2d69639370386ac5249067cff5960.zip |
x11-misc/pcmanfm: Fix 404 homepage URL
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/pcmanfm/pcmanfm-1.3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/pcmanfm/pcmanfm-1.3.2-r1.ebuild b/x11-misc/pcmanfm/pcmanfm-1.3.2-r1.ebuild index bdf7b0c31bc6..2e4e7970e73a 100644 --- a/x11-misc/pcmanfm/pcmanfm-1.3.2-r1.ebuild +++ b/x11-misc/pcmanfm/pcmanfm-1.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ MY_P="${PN}-${PV/_/}" inherit xdg readme.gentoo-r1 DESCRIPTION="Fast lightweight tabbed filemanager" -HOMEPAGE="https://wiki.lxde.org/en/PCManFM" +HOMEPAGE="https://github.com/lxde/pcmanfm" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" S="${WORKDIR}"/${MY_P} |