diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 08:46:10 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-05 22:45:54 +0100 |
commit | 9f0192c21319a24fa069a0b5d6c48eca149bdb38 (patch) | |
tree | 95796f9bc8f7dcc9042236496519b264fc754a90 /app-vim | |
parent | app-vim/ant_menu: use HTTPS. (diff) | |
download | gentoo-9f0192c21319a24fa069a0b5d6c48eca149bdb38.tar.gz gentoo-9f0192c21319a24fa069a0b5d6c48eca149bdb38.tar.bz2 gentoo-9f0192c21319a24fa069a0b5d6c48eca149bdb38.zip |
app-vim/autoalign: use HTTPS.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/autoalign/autoalign-14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/autoalign/autoalign-14.ebuild b/app-vim/autoalign/autoalign-14.ebuild index 970009cb14e1..0d7d12e9d234 100644 --- a/app-vim/autoalign/autoalign-14.ebuild +++ b/app-vim/autoalign/autoalign-14.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 vim-plugin DESCRIPTION="vim plugin: automatically align bib, c, c++, tex and vim code" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=884" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=884" LICENSE="vim" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" |