diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 08:44:08 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-05 22:45:51 +0100 |
commit | ccb508728119bc2160e5550cc2544d73d1d53ab4 (patch) | |
tree | 52e9d526a0143b19c5cfd6eff1b03cc520f5899d /app-vim/ansiesc | |
parent | app-vim/alternate: use HTTPS, sync HOMEPAGES, fix SRC_URI. (diff) | |
download | gentoo-ccb508728119bc2160e5550cc2544d73d1d53ab4.tar.gz gentoo-ccb508728119bc2160e5550cc2544d73d1d53ab4.tar.bz2 gentoo-ccb508728119bc2160e5550cc2544d73d1d53ab4.zip |
app-vim/ansiesc: use HTTPS.
Diffstat (limited to 'app-vim/ansiesc')
-rw-r--r-- | app-vim/ansiesc/ansiesc-12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/ansiesc/ansiesc-12.ebuild b/app-vim/ansiesc/ansiesc-12.ebuild index 54b4ae24985d..b45dfc4f9b25 100644 --- a/app-vim/ansiesc/ansiesc-12.ebuild +++ b/app-vim/ansiesc/ansiesc-12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 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 vim-plugin DESCRIPTION="vim plugin: ansi escape sequences concealed, but highlighted as specified" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=302" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=302" LICENSE="public-domain" KEYWORDS="amd64 x86" |