diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-21 18:03:40 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-03-23 00:59:10 +0100 |
commit | 9e1fcc4b97bc650fc758cd9500816035645f38fb (patch) | |
tree | 883a30a08d0cec7208df8fcdfffec1dd7e820f7b /app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild | |
parent | dev-java/eclipsito: update ebuild. (diff) | |
download | gentoo-9e1fcc4b97bc650fc758cd9500816035645f38fb.tar.gz gentoo-9e1fcc4b97bc650fc758cd9500816035645f38fb.tar.bz2 gentoo-9e1fcc4b97bc650fc758cd9500816035645f38fb.zip |
app-vim/help-extra-syntax: fix HOMEPAGE.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11447
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild')
-rw-r--r-- | app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild index 9779d9eb5d87..5b397734af3a 100644 --- a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild +++ b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -6,7 +6,7 @@ EAPI=0 inherit vim-plugin DESCRIPTION="vim plugin: extra syntax highlighting for help files" -HOMEPAGE="http://mysite.verizon.net/astronaut/vim/" +HOMEPAGE="http://www.drchip.org/astronaut/vim/" LICENSE="public-domain" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86" IUSE="" |