app-vim/tasklist: use HTTPS.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 9 Mar 2018 14:40:52 +0000 (15:40 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 10 Mar 2018 22:54:58 +0000 (23:54 +0100)
app-vim/tasklist/tasklist-1.0.1.ebuild

index 165b0a12dfa9b75abf8548390b9b06f172fdb118..b855acd9718123a213c82425194b6d83860ef227 100644 (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"