diff options
author | Victor Gaydov <victor@enise.org> | 2017-10-03 12:32:17 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-03 23:32:28 +0200 |
commit | 9d0994c86ffd98d7d5ed27e9451134dccbfa5f53 (patch) | |
tree | b305d7f7bd57980bf608ad231e151d800757890f /app-emacs | |
parent | app-emacs/buffer-extension: update SRC_URI. (diff) | |
download | gentoo-9d0994c86ffd98d7d5ed27e9451134dccbfa5f53.tar.gz gentoo-9d0994c86ffd98d7d5ed27e9451134dccbfa5f53.tar.bz2 gentoo-9d0994c86ffd98d7d5ed27e9451134dccbfa5f53.zip |
app-emacs/revive: update SRC_URI.
Bug: https://bugs.gentoo.org/628668
Closes: https://github.com/gentoo/gentoo/pull/5844
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/revive/revive-2.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/revive/revive-2.23.ebuild b/app-emacs/revive/revive-2.23.ebuild index bfe2bc7fe32c..056dfc59711b 100644 --- a/app-emacs/revive/revive-2.23.ebuild +++ b/app-emacs/revive/revive-2.23.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="Resume Emacs" HOMEPAGE="http://www.gentei.org/~yuuji/software/" # taken from http://www.gentei.org/~yuuji/software/euc/revive.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="yuuji" SLOT="0" |