diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-09 15:49:46 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-10 23:55:04 +0100 |
commit | 900d3cafec3466f1c8932b1bd001cdb64cd57700 (patch) | |
tree | 5d77626a15cbb045f6b87ac8814e8d896438afad /app-vim/tlib | |
parent | app-vim/thlnk: use HTTPS. (diff) | |
download | gentoo-900d3cafec3466f1c8932b1bd001cdb64cd57700.tar.gz gentoo-900d3cafec3466f1c8932b1bd001cdb64cd57700.tar.bz2 gentoo-900d3cafec3466f1c8932b1bd001cdb64cd57700.zip |
app-vim/tlib: use HTTPS.
Diffstat (limited to 'app-vim/tlib')
-rw-r--r-- | app-vim/tlib/tlib-1.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |