diff options
Diffstat (limited to 'app-editors/emact/emact-2.58.0-r1.ebuild')
-rw-r--r-- | app-editors/emact/emact-2.58.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/emact/emact-2.58.0-r1.ebuild b/app-editors/emact/emact-2.58.0-r1.ebuild index f7c54eb6aead..5251356e8902 100644 --- a/app-editors/emact/emact-2.58.0-r1.ebuild +++ b/app-editors/emact/emact-2.58.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 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 toolchain-funcs DESCRIPTION="EmACT, a fork of Conroy's MicroEmacs" HOMEPAGE="http://www.eligis.com/emacs/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="GPL-2+ BSD" SLOT="0" |