app-emacs/cycle-buffer: update SRC_URI.

Closes: https://bugs.gentoo.org/628668
Closes: https://github.com/gentoo/gentoo/pull/5846
This commit is contained in:
Victor Gaydov
2017-10-03 12:22:39 +03:00
committed by Patrice Clement
parent 3df78a4d32
commit a84283dcfc

View File

@@ -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"