diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 08:55:46 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-05 22:46:09 +0100 |
commit | fbef37cc601520bf189217ec6c91753dbb39f0c0 (patch) | |
tree | 1562d1e5757c3a1fbac82804b9b37e6087962910 /app-vim/checkattach | |
parent | app-vim/colorschemes: use HTTPS. (diff) | |
download | gentoo-fbef37cc601520bf189217ec6c91753dbb39f0c0.tar.gz gentoo-fbef37cc601520bf189217ec6c91753dbb39f0c0.tar.bz2 gentoo-fbef37cc601520bf189217ec6c91753dbb39f0c0.zip |
app-vim/checkattach: use HTTPS.
Diffstat (limited to 'app-vim/checkattach')
-rw-r--r-- | app-vim/checkattach/checkattach-0.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/checkattach/checkattach-0.17.ebuild b/app-vim/checkattach/checkattach-0.17.ebuild index 068bce07d813..8e37492bd15f 100644 --- a/app-vim/checkattach/checkattach-0.17.ebuild +++ b/app-vim/checkattach/checkattach-0.17.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: check for attachments when writing mails with mutt" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2796 https://github.com/chrisbra/CheckAttach" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2796 https://github.com/chrisbra/CheckAttach" LICENSE="vim" KEYWORDS="amd64 x86" |