diff options
Diffstat (limited to 'x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild')
-rw-r--r-- | x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild index 567a44d7ea36..c306fa033f30 100644 --- a/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild +++ b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ MY_P="wmMand-${PV}" DESCRIPTION="a dockable mandelbrot browser" HOMEPAGE="https://sourceforge.net/projects/wmmand/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}/wmMand" LICENSE="GPL-2+" |