diff options
Diffstat (limited to 'app-misc/pfm/pfm-2.12.3-r1.ebuild')
-rw-r--r-- | app-misc/pfm/pfm-2.12.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/pfm/pfm-2.12.3-r1.ebuild b/app-misc/pfm/pfm-2.12.3-r1.ebuild index 457e7d74b5e5..f1ccfd9cbaa2 100644 --- a/app-misc/pfm/pfm-2.12.3-r1.ebuild +++ b/app-misc/pfm/pfm-2.12.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit perl-module DESCRIPTION="A terminal-based file manager written in Perl" HOMEPAGE="http://p-f-m.sourceforge.net/" -SRC_URI="mirror://sourceforge/p-f-m/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/p-f-m/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |