diff options
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild b/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild index 460e670ef3b7..c832d4dfef1f 100644 --- a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild +++ b/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit elisp DESCRIPTION="Select buffer by cycling through" HOMEPAGE="http://www.emacswiki.org/emacs/cycle-buffer.el" # taken from https://www.emacswiki.org/emacs/download/cycle-buffer.el -SRC_URI="https://enise.org/users/victor/share/distfiles/${P}.el.xz" +SRC_URI="https://github.com/gavv/distfiles/raw/master/${P}.el.xz" LICENSE="public-domain" SLOT="0" |