app-emacs/evil: fix HOMEPAGE.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 4 Feb 2018 19:11:53 +0000 (20:11 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 4 Feb 2018 22:49:27 +0000 (23:49 +0100)
Closes: https://github.com/gentoo/gentoo/pull/7075

app-emacs/evil/evil-1.0.8.ebuild

index e383f4057fe6d8ab0812d065bc0e55f42042ca84..e9a11acabe1e34a8cd5973357b0eccbf4de627a9 100644 (file)
@@ -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+"