diff options
Diffstat (limited to 'net-misc/scponly/scponly-4.8-r8.ebuild')
-rw-r--r-- | net-misc/scponly/scponly-4.8-r8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/scponly/scponly-4.8-r8.ebuild b/net-misc/scponly/scponly-4.8-r8.ebuild index 7a1600c22c27..93ddd8138d29 100644 --- a/net-misc/scponly/scponly-4.8-r8.ebuild +++ b/net-misc/scponly/scponly-4.8-r8.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=7 @@ -7,7 +7,7 @@ inherit readme.gentoo-r1 toolchain-funcs DESCRIPTION="A tiny pseudoshell which only permits scp and sftp" HOMEPAGE="https://github.com/scponly/scponly" -SRC_URI="mirror://sourceforge/scponly/${P}.tgz" +SRC_URI="https://downloads.sourceforge.net/scponly/${P}.tgz" LICENSE="BSD-2" SLOT="0" |