diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 09:24:55 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-05 22:46:30 +0100 |
commit | d2bd907bcc63af3bdf84874ae1ce286d00b835d0 (patch) | |
tree | 7eb7bcba0978baf88b2e335ca445f82aecb2e5f9 /app-vim/enhancedcommentify | |
parent | app-vim/emmet: use HTTPS. (diff) | |
download | gentoo-d2bd907bcc63af3bdf84874ae1ce286d00b835d0.tar.gz gentoo-d2bd907bcc63af3bdf84874ae1ce286d00b835d0.tar.bz2 gentoo-d2bd907bcc63af3bdf84874ae1ce286d00b835d0.zip |
app-vim/enhancedcommentify: use HTTPS.
Diffstat (limited to 'app-vim/enhancedcommentify')
-rw-r--r-- | app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.ebuild b/app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.ebuild index 4f88d8f11279..3d04912e6153 100644 --- a/app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.ebuild +++ b/app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.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=6 @@ -6,7 +6,7 @@ EAPI=6 inherit vim-plugin DESCRIPTION="vim plugin: enhanced comment creation" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=23" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=23" LICENSE="BSD" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" |