diff options
Diffstat (limited to 'media-radio/wsjtx/wsjtx-2.6.1.ebuild')
-rw-r--r-- | media-radio/wsjtx/wsjtx-2.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-radio/wsjtx/wsjtx-2.6.1.ebuild b/media-radio/wsjtx/wsjtx-2.6.1.ebuild index 2ebdfa1289c1..f76edb2691f0 100644 --- a/media-radio/wsjtx/wsjtx-2.6.1.ebuild +++ b/media-radio/wsjtx/wsjtx-2.6.1.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 @@ -7,7 +7,7 @@ inherit cmake edos2unix flag-o-matic DESCRIPTION="Weak signal ham radio communication" HOMEPAGE="https://physics.princeton.edu//pulsar/K1JT/wsjtx.html" -SRC_URI="mirror://sourceforge/wsjt/${P}.tgz" +SRC_URI="https://downloads.sourceforge.net/wsjt/${P}.tgz" S=${WORKDIR}/wsjtx LICENSE="GPL-3" |