diff options
author | Victor Gaydov <victor@enise.org> | 2017-10-03 12:36:11 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-03 23:32:26 +0200 |
commit | cfc91e510f0885a0c8421b8828fc5b294b42db38 (patch) | |
tree | 69e4707ba4089c29459619ac223289fc31228e9b /app-emacs | |
parent | app-emacs/basic-toolkit: update SRC_URI. (diff) | |
download | gentoo-cfc91e510f0885a0c8421b8828fc5b294b42db38.tar.gz gentoo-cfc91e510f0885a0c8421b8828fc5b294b42db38.tar.bz2 gentoo-cfc91e510f0885a0c8421b8828fc5b294b42db38.zip |
app-emacs/buffer-extension: update SRC_URI.
Bug: https://bugs.gentoo.org/628668
Closes: https://github.com/gentoo/gentoo/pull/5843
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/buffer-extension/buffer-extension-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/buffer-extension/buffer-extension-0.1.ebuild b/app-emacs/buffer-extension/buffer-extension-0.1.ebuild index a31d168a8b47..681419847dfe 100644 --- a/app-emacs/buffer-extension/buffer-extension-0.1.ebuild +++ b/app-emacs/buffer-extension/buffer-extension-0.1.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="Some enhanced functions for buffer manipulate" HOMEPAGE="http://www.emacswiki.org/emacs/buffer-extension.el" # taken from https://www.emacswiki.org/emacs/download/buffer-extension.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="GPL-3+" SLOT="0" |