diff options
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/teco/teco-7-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/teco/teco-7-r2.ebuild b/app-emacs/teco/teco-7-r2.ebuild index 3fedca3d015a..a478bab4d972 100644 --- a/app-emacs/teco/teco-7-r2.ebuild +++ b/app-emacs/teco/teco-7-r2.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 @@ -8,7 +8,7 @@ inherit elisp readme.gentoo-r1 DESCRIPTION="TECO interpreter for GNU Emacs" HOMEPAGE="https://www.emacswiki.org/emacs/TECO" # taken from: https://www.emacswiki.org/emacs/teco.el -SRC_URI="mirror://gentoo/${P}.el.bz2" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2" LICENSE="public-domain" SLOT="0" |