diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 09:23:04 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-05 22:46:28 +0100 |
commit | f15da0cc6e9c2fb153243241693bd9410c152594 (patch) | |
tree | c26b4b32e5d9761c48c7065046b25a861d62a785 /app-vim | |
parent | app-vim/ebnf-syntax: use HTTPS. (diff) | |
download | gentoo-f15da0cc6e9c2fb153243241693bd9410c152594.tar.gz gentoo-f15da0cc6e9c2fb153243241693bd9410c152594.tar.bz2 gentoo-f15da0cc6e9c2fb153243241693bd9410c152594.zip |
app-vim/easy-align: use HTTPS.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/easy-align/easy-align-2.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/easy-align/easy-align-2.10.0.ebuild b/app-vim/easy-align/easy-align-2.10.0.ebuild index 22705144e805..e13cbff4ce51 100644 --- a/app-vim/easy-align/easy-align-2.10.0.ebuild +++ b/app-vim/easy-align/easy-align-2.10.0.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 @@ -9,7 +9,7 @@ MY_PN=vim-${PN} MY_P=${MY_PN}-${PV} DESCRIPTION="vim plugin: a simple alignment plugin" -HOMEPAGE="https://github.com/junegunn/vim-easy-align http://www.vim.org/scripts/script.php?script_id=4520" +HOMEPAGE="https://github.com/junegunn/vim-easy-align https://www.vim.org/scripts/script.php?script_id=4520" SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" KEYWORDS="amd64 x86" |