commit: bb390b7875de964d0eeec84efc10bcc692389d9e Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Feb 4 19:11:53 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Feb 4 22:49:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb390b78
app-emacs/evil: fix HOMEPAGE. Closes: https://github.com/gentoo/gentoo/pull/7075 app-emacs/evil/evil-1.0.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/evil/evil-1.0.8.ebuild b/app-emacs/evil/evil-1.0.8.ebuild index e383f4057fe..e9a11acabe1 100644 --- a/app-emacs/evil/evil-1.0.8.ebuild +++ b/app-emacs/evil/evil-1.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit elisp DESCRIPTION="Extensible vi layer for Emacs" -HOMEPAGE="http://gitorious.org/evil" +HOMEPAGE="https://github.com/emacs-evil/evil" SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" LICENSE="GPL-3+ FDL-1.3+"
