diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-09 15:53:49 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:55:15 +0100 |
commit | a325edc0ae1050d680db030fffba83da5d19d45c (patch) | |
tree | f06f1df8f1a8e8d0080219045a201d8ea0aeb546 /app-vim | |
parent | app-vim/undotree: use HTTPS. (diff) | |
download | gentoo-a325edc0ae1050d680db030fffba83da5d19d45c.tar.gz gentoo-a325edc0ae1050d680db030fffba83da5d19d45c.tar.bz2 gentoo-a325edc0ae1050d680db030fffba83da5d19d45c.zip |
app-vim/unite: use HTTPS.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/unite/unite-4.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/unite/unite-4.0-r1.ebuild b/app-vim/unite/unite-4.0-r1.ebuild index 000a1b6c8eda..8c036e471faa 100644 --- a/app-vim/unite/unite-4.0-r1.ebuild +++ b/app-vim/unite/unite-4.0-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: unite all sources" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3396" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3396" LICENSE="MIT" KEYWORDS="amd64 x86" |