diff options
author | Victor Gaydov <victor@enise.org> | 2017-10-03 12:22:39 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-03 23:32:34 +0200 |
commit | a84283dcfc1365a273cd5741e71b9d57c74b4b0b (patch) | |
tree | bd62b24eaefbf3af8c8f933670354589ba72dbc3 /app-emacs | |
parent | app-emacs/windows: update SRC_URI. (diff) | |
download | gentoo-a84283dcfc1365a273cd5741e71b9d57c74b4b0b.tar.gz gentoo-a84283dcfc1365a273cd5741e71b9d57c74b4b0b.tar.bz2 gentoo-a84283dcfc1365a273cd5741e71b9d57c74b4b0b.zip |
app-emacs/cycle-buffer: update SRC_URI.
Closes: https://bugs.gentoo.org/628668
Closes: https://github.com/gentoo/gentoo/pull/5846
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" |