diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-01-04 20:11:32 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-01-04 20:11:32 +0100 |
commit | 8a44eb2ddc6a8ab16132f3caa8879c5fec634ffe (patch) | |
tree | f62885b7eba248722e59717baafb30965baa077e /app-emacs | |
parent | app-emacs/filladapt: drop 2.12-r2 (diff) | |
download | gentoo-8a44eb2ddc6a8ab16132f3caa8879c5fec634ffe.tar.gz gentoo-8a44eb2ddc6a8ab16132f3caa8879c5fec634ffe.tar.bz2 gentoo-8a44eb2ddc6a8ab16132f3caa8879c5fec634ffe.zip |
app-emacs/teco: update SRC_URI
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
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" |