diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 08:51:43 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-05 22:46:04 +0100 |
commit | b6d3405ecd9e8c12080225a7b4d0fa1d30721431 (patch) | |
tree | 2a727412019868c4dcf45dfc9f3350e69c5aa95b /app-vim/calendar | |
parent | app-vim/c-support: use HTTPS. (diff) | |
download | gentoo-b6d3405ecd9e8c12080225a7b4d0fa1d30721431.tar.gz gentoo-b6d3405ecd9e8c12080225a7b4d0fa1d30721431.tar.bz2 gentoo-b6d3405ecd9e8c12080225a7b4d0fa1d30721431.zip |
app-vim/calendar: use HTTPS.
Diffstat (limited to 'app-vim/calendar')
-rw-r--r-- | app-vim/calendar/calendar-2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/calendar/calendar-2.9.ebuild b/app-vim/calendar/calendar-2.9.ebuild index 9219fbfb3ce0..d8ec95a7f8c4 100644 --- a/app-vim/calendar/calendar-2.9.ebuild +++ b/app-vim/calendar/calendar-2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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: calendar window" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=52" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=52" LICENSE="vim" KEYWORDS="amd64 ~mips ppc x86" |