diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-09 15:40:52 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:54:58 +0100 |
commit | 18cd28ff40e03204b06837dd5c0636bbc3b3583a (patch) | |
tree | 7591a9ec914fe3bb960bb2e26531decece2a5eeb /app-vim/tasklist | |
parent | app-vim/tagbar: use HTTPS. (diff) | |
download | gentoo-18cd28ff40e03204b06837dd5c0636bbc3b3583a.tar.gz gentoo-18cd28ff40e03204b06837dd5c0636bbc3b3583a.tar.bz2 gentoo-18cd28ff40e03204b06837dd5c0636bbc3b3583a.zip |
app-vim/tasklist: use HTTPS.
Diffstat (limited to 'app-vim/tasklist')
-rw-r--r-- | app-vim/tasklist/tasklist-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/tasklist/tasklist-1.0.1.ebuild b/app-vim/tasklist/tasklist-1.0.1.ebuild index 165b0a12dfa9..b855acd97181 100644 --- a/app-vim/tasklist/tasklist-1.0.1.ebuild +++ b/app-vim/tasklist/tasklist-1.0.1.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=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" |