diff options
Diffstat (limited to 'app-emacs/twittering-mode/twittering-mode-3.0.0-r1.ebuild')
-rw-r--r-- | app-emacs/twittering-mode/twittering-mode-3.0.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/twittering-mode/twittering-mode-3.0.0-r1.ebuild b/app-emacs/twittering-mode/twittering-mode-3.0.0-r1.ebuild index ed246a376260..c3a4e365c979 100644 --- a/app-emacs/twittering-mode/twittering-mode-3.0.0-r1.ebuild +++ b/app-emacs/twittering-mode/twittering-mode-3.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 IUSE="doc" else - SRC_URI="mirror://sourceforge/twmode/${P}.tar.gz" + SRC_URI="https://downloads.sourceforge.net/twmode/${P}.tar.gz" KEYWORDS="~amd64 ~x86" RESTRICT="test" fi |