app-vim/tasklist: use HTTPS.

This commit is contained in:
Michael Mair-Keimberger
2018-03-09 15:40:52 +01:00
committed by Patrice Clement
parent a21b14e324
commit 18cd28ff40

View File

@@ -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=6
@@ -6,7 +6,7 @@ EAPI=6
inherit vim-plugin
DESCRIPTION="Highlight FIXME/TODO/CUSTOM keywords in a separate list"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2607"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2607"
SRC_URI="https://github.com/vim-scripts/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
LICENSE="MIT"