diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-04 20:11:53 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-04 23:49:27 +0100 |
commit | bb390b7875de964d0eeec84efc10bcc692389d9e (patch) | |
tree | c79841a5272f64413a693da467c97b2cf1217a6e /app-emacs/evil | |
parent | app-vim/vim-latex: version bump. (diff) | |
download | gentoo-bb390b7875de964d0eeec84efc10bcc692389d9e.tar.gz gentoo-bb390b7875de964d0eeec84efc10bcc692389d9e.tar.bz2 gentoo-bb390b7875de964d0eeec84efc10bcc692389d9e.zip |
app-emacs/evil: fix HOMEPAGE.
Closes: https://github.com/gentoo/gentoo/pull/7075
Diffstat (limited to 'app-emacs/evil')
-rw-r--r-- | app-emacs/evil/evil-1.0.8.ebuild | 4 |
1 files 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 e383f4057fe6..e9a11acabe1e 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+" |