diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-08 21:07:22 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-11 15:15:07 +0100 |
commit | 3248b4fad849331d80a96ec0a4f0e6cd64fec1eb (patch) | |
tree | 57b1490ff464303ab2003ee88b76ef4ab9c2d5a5 /app-vim | |
parent | app-vim/repeat: use HTTPS. (diff) | |
download | gentoo-3248b4fad849331d80a96ec0a4f0e6cd64fec1eb.tar.gz gentoo-3248b4fad849331d80a96ec0a4f0e6cd64fec1eb.tar.bz2 gentoo-3248b4fad849331d80a96ec0a4f0e6cd64fec1eb.zip |
app-vim/screen: use HTTPS.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/screen/screen-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/screen/screen-1.5.ebuild b/app-vim/screen/screen-1.5.ebuild index 91c7caf1216a..f2a15aa2def7 100644 --- a/app-vim/screen/screen-1.5.ebuild +++ b/app-vim/screen/screen-1.5.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 @@ -7,7 +7,7 @@ inherit vim-plugin vcs-snapshot MY_PN="Screen-vim---gnu-screentmux" DESCRIPTION="vim plugin: simulate a split shell with screen or tmux" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2711" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2711" SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="public-domain" KEYWORDS="amd64 x86" |