diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 18:26:22 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-04 23:09:52 +0100 |
commit | 77ab5c28da1da627f01266f44411aec0e7fee31d (patch) | |
tree | 74871fe4de11e38e7b9bd734e783e7b228523d50 /app-vim/genutils | |
parent | app-vim/genindent: use HTTPS. (diff) | |
download | gentoo-77ab5c28da1da627f01266f44411aec0e7fee31d.tar.gz gentoo-77ab5c28da1da627f01266f44411aec0e7fee31d.tar.bz2 gentoo-77ab5c28da1da627f01266f44411aec0e7fee31d.zip |
app-vim/genutils: use HTTPS.
Diffstat (limited to 'app-vim/genutils')
-rw-r--r-- | app-vim/genutils/genutils-2.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/genutils/genutils-2.5.ebuild b/app-vim/genutils/genutils-2.5.ebuild index b263733bfdce..ad3e2f826c81 100644 --- a/app-vim/genutils/genutils-2.5.ebuild +++ b/app-vim/genutils/genutils-2.5.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,8 +6,8 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: library with various useful functions" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=197" -SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=197" +SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip" LICENSE="GPL-3" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" |