From 900d3cafec3466f1c8932b1bd001cdb64cd57700 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 9 Mar 2018 15:49:46 +0100 Subject: app-vim/tlib: use HTTPS. --- app-vim/tlib/tlib-1.20.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-vim/tlib') diff --git a/app-vim/tlib/tlib-1.20.ebuild b/app-vim/tlib/tlib-1.20.ebuild index 794c046e0418..3b64cc06f5e7 100644 --- a/app-vim/tlib/tlib-1.20.ebuild +++ b/app-vim/tlib/tlib-1.20.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=5 @@ -9,7 +9,7 @@ MY_PN=${PN}_vim MY_P=${MY_PN}-${PV} DESCRIPTION="vim plugin: a library of utility functions" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1863 https://github.com/tomtom/tlib_vim" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1863 https://github.com/tomtom/tlib_vim" SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" KEYWORDS="amd64 x86" -- cgit v1.2.3-65-gdbad